File: ndb_objects.rst

package info (click to toggle)
pyroute2 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,700 kB
  • sloc: python: 50,245; makefile: 280; javascript: 183; ansic: 81; sh: 44; awk: 17
file content (23 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (3)
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