1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
.. ndbobjects:
RTNL objects
============
.. automodule:: pyroute2.ndb.objects
.. autoclass:: pyroute2.ndb.objects.RTNL_Object()
.. autoproperty:: table
.. autoproperty:: etable
.. autoproperty:: key
.. automethod:: apply
.. automethod:: commit
.. automethod:: complete_key
.. automethod:: create(**spec)
.. automethod:: exists
.. automethod:: load_sql
.. automethod:: load_value
.. automethod:: set(key, value)
.. automethod:: show(fmt)
.. automethod:: snapshot
.. automethod:: rollback
|