[ovs-git] [openvswitch/ovs] 6a1c98: Add a __str__ method to idl.Row

Terry Wilson noreply at github.com
Thu Sep 26 00:04:25 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 6a1c98461b46c407b3513cb6968b02e814ed2f33
      https://github.com/openvswitch/ovs/commit/6a1c98461b46c407b3513cb6968b02e814ed2f33
  Author: Terry Wilson <twilson at redhat.com>
  Date:   2019-09-25 (Wed, 25 Sep 2019)

  Changed paths:
    M python/ovs/db/idl.py

  Log Message:
  -----------
  Add a __str__ method to idl.Row

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>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list