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

Function Event

Lib/threading.py:541–549  ·  view source on GitHub ↗

A factory function that returns a new event. Events manage a flag that can be set to true with the set() method and reset to false with the clear() method. The wait() method blocks until the flag is true.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__init__Method · 0.70
__init__Method · 0.70
enterabsMethod · 0.70

Calls 1

_EventClass · 0.85

Tested by

no test coverage detected