ovs.db.idl: Use top-level class to represent IDL rows.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 16:36:39 +0000 (09:36 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:43 +0000 (11:57 -0700)
commitbf6ec045b7dacb243347a5b84d4c3cff466d6528
tree6be0614129324f1540befe20f929240ce9763859
parent7d48f8f8bd90922bebbbd46106d8343b2eb1571e
ovs.db.idl: Use top-level class to represent IDL rows.

According to Reid, there may be some disadvantages to having this class be
anonymous, for example, cannot do instance/typechecking, might be
allocating a new class for every row as well, which isn't the most memory
efficient.

Suggested-by: Reid Price <reid@nicira.com>
python/ovs/db/idl.py