class documentation
class _PipeConditionWithMode(PipeCondition):
Undocumented
| Method | __init__ |
Initializes this class. |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | shared |
Undocumented |
Inherited from PipeCondition:
| Method | __repr__ |
Undocumented |
| Method | get |
Returns a list of all waiting threads. |
| Method | has |
Returns whether there are active waiters. |
| Method | notify |
Notify all currently waiting threads. |
| Method | wait |
Wait for a notification. |
| Instance Variable | _single |
Undocumented |
| Instance Variable | _waiters |
Undocumented |
Inherited from _BaseCondition (via PipeCondition):
| Instance Variable | acquire |
Undocumented |
| Instance Variable | release |
Undocumented |
| Method | _base |
Undocumented |
| Method | _base |
Check whether lock is owned by current thread. |
| Method | _base |
Undocumented |
| Method | _check |
Raise an exception if the current thread doesn't own the lock. |
| Instance Variable | _acquire |
Undocumented |
| Instance Variable | _is |
Undocumented |
| Instance Variable | _lock |
Undocumented |
| Instance Variable | _release |
Undocumented |