Implements interfaces: tubes.itube.IFount

An _InFount is the single fount associated with an In.

Method __init__ Create an _InFount with an In.
Method flowTo Start flowing to the given drain.
Method pauseFlow Pause the flow of all founts flowing into _InDrains for this In.
Method stopFlow Stop the flow of all founts flowing into _InDrains for this In.
def __init__(self, fanIn):

Create an _InFount with an In.

def flowTo(self, drain):

Start flowing to the given drain.

Parametersdrainthe drain to deliver all inputs from all founts attached to the underlying In.
Returnsthe fount downstream of drain.
def pauseFlow(self):

Pause the flow of all founts flowing into _InDrains for this In.

ReturnsA pause which pauses all upstream founts.
def stopFlow(self):

Stop the flow of all founts flowing into _InDrains for this In.

API Documentation for tubes, generated by pydoctor at 2016-01-18 07:46:47.