twisted.pair.tuntap._TunnelDescription(namedtuple('_TunnelDescription', 'fileno name'))
class documentationtwisted.pair.tuntap
View Source
(View In Hierarchy)
Describe an existing tunnel.
Instance Variable | fileno | the file descriptor associated with the tunnel (type: int ) |
Instance Variable | name | the name of the tunnel (type: bytes ) |