class documentation

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

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 = (source)

the file descriptor associated with the tunnel

the name of the tunnel