Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dfunctools.py930 _NOT_FOUND = object() variable
963 val = cache.get(self.attrname, _NOT_FOUND)
964 if val is _NOT_FOUND:
967 val = cache.get(self.attrname, _NOT_FOUND)
968 if val is _NOT_FOUND: