[ovs-dev] [PATCH] Add a __str__ method to idl.Row

Ben Pfaff blp at ovn.org
Wed Sep 25 21:39:35 UTC 2019


On Tue, Sep 03, 2019 at 06:27:18PM -0500, Terry Wilson wrote:
> It's sometimes handy to log an entire Row object, so this just
> adds a string representation of the object as:
> 
>    Tablename(col1=val1, col2=val2, ..., coln=valn)
> 
> Signed-off-by: Terry Wilson <twilson at redhat.com>

Applied to master.  Thanks!


More information about the dev mailing list