MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / Condition

Function Condition

Lib/threading.py:241–252  ·  view source on GitHub ↗

Factory function that returns a new condition variable object. A condition variable allows one or more threads to wait until they are notified by another thread. If the lock argument is given and not None, it must be a Lock or RLock object, and it is used as the underlying lock. Ot

(*args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70
__init__Method · 0.70

Calls 1

_ConditionClass · 0.85

Tested by

no test coverage detected