Home
last modified time | relevance | path

Searched defs:_sentinel (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Dsched.py49 _sentinel = object() variable
Dtraceback.py91 _sentinel = _Sentinel() variable
Dinspect.py1687 _sentinel = object() variable
/third_party/python/Lib/test/support/
Dinterpreters.py149 def recv(self, *, _sentinel=object(), _delay=10 / 1000): # 10 milliseconds argument
/third_party/python/Lib/multiprocessing/
Dqueues.py285 _sentinel = object() variable
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py21 _sentinel = object() variable
/third_party/python/Lib/logging/
Dhandlers.py1472 _sentinel = None variable in QueueListener