class documentation

class _SingleNotifyPipeConditionWaiter(object):

View In Hierarchy

Helper class for SingleNotifyPipeCondition

Method __call__ Wait for something to happen on the pipe.
Method __init__ Constructor for _SingleNotifyPipeConditionWaiter
Class Variable __slots__ Undocumented
Instance Variable _fd Undocumented
def __call__(self, timeout):

Wait for something to happen on the pipe.

Parameters
timeout:float or NoneTimeout for waiting (can be None)
def __init__(self, fd):

Constructor for _SingleNotifyPipeConditionWaiter

Parameters
fd:intFile descriptor to wait for
__slots__: list[str] =

Undocumented

_fd =

Undocumented