Lines Matching full:py
5 .. py:module:: netlink.core
15 .. py:class:: Object
22 .. py:method:: clone
26 .. py:method:: dump([params=None])
31 .. py:method:: apply(attr, val)
40 .. py:attribute:: mark
44 .. py:attribute:: shared
48 .. py:attribute:: refcnt
53 .. py:attribute:: attrs
63 .. py:class:: Cache
71 .. py:method:: subset(filter)
77 :rtype: :py:class:`Cache`
79 .. py:method:: dump([params=None, filter=None])
84 .. py:method:: clear()
88 .. py:method:: refill([socket=None]) -> :py:class:`Cache`
94 .. py:method:: provide()
102 .. py:method:: unprovide()
111 .. py:class:: AbstractAddress
114 with :py:class:`route.Address` which represents a configured network
128 .. py:attribute:: prefixlen
134 .. py:attribute:: family
137 done with a string or a :py:class:`AddressFamily` object.
139 :rtype: :py:class:`AddressFamily`
141 .. py:attribute:: shared
151 .. py:class:: AddressFamily
168 .. py:exception:: NetlinkError
172 .. py:exception:: KernelError
178 .. py:exception:: ImmutableError
186 .. py:class:: Socket
194 .. py:attribute:: local_port
198 .. py:attribute:: peer_port
203 .. py:method:: connect(proto)
208 .. py:method:: disconnect()
212 .. py:method:: set_bufsize(rx, tx)