OpenGrok
Cross Reference: threading.py
xref
: /
external
/
python
/
cpython2
/
Lib
/
threading.py
Home
|
History
|
Annotate
|
Download
|
only in
Lib
Lines Matching
full:_event
550
return
_Event
(*args, **kwargs)
552
class
_Event
(_Verbose):