Implements interfaces: tubes.itube.IPause

Implementation of IPause for Pauser.

Method __init__ Construct a _Pause from a Pauser.
Method unpause Unpause this _Pause, potentially invoking the actuallyResume callback from its Pauser.
def __init__(self, pauser):

Construct a _Pause from a Pauser.

Parameterspauserthe Pauser that created this _Pause.
def unpause(self):

Unpause this _Pause, potentially invoking the actuallyResume callback from its Pauser.

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