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

Class _Event

Lib/threading.py:551–623  ·  view source on GitHub ↗

A factory function that returns a new event object. An event manages 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.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

EventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected