class documentation

class _TunnelDescription(namedtuple('_TunnelDescription', 'fileno name')):

View In Hierarchy

Describe an existing tunnel.

Instance Variable fileno the file descriptor associated with the tunnel
Instance Variable name the name of the tunnel
fileno: int =

the file descriptor associated with the tunnel

name: bytes =

the name of the tunnel