Home
last modified time | relevance | path

Searched refs:_Sentinel (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dtraceback.py87 class _Sentinel: class
91 _sentinel = _Sentinel()
/third_party/python/Lib/unittest/
Dmock.py292 class _Sentinel(object): class
307 sentinel = _Sentinel()