Home
last modified time | relevance | path

Searched refs:_sentinel (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Drunpy.py50 self._saved_value = self._sentinel = object()
53 if self._saved_value is not self._sentinel:
59 self.value = self._sentinel
/external/python/cpython2/Lib/multiprocessing/
Dqueues.py228 buffer.append(_sentinel)
240 sentinel = _sentinel
287 _sentinel = object() variable
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py27 _sentinel = object() variable
54 def checkParam(self, widget, name, value, expected=_sentinel,
57 if expected is _sentinel:
184 expected = _sentinel