Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dfunctools.py942 _NOT_FOUND = object() variable
975 val = cache.get(self.attrname, _NOT_FOUND)
976 if val is _NOT_FOUND:
979 val = cache.get(self.attrname, _NOT_FOUND)
980 if val is _NOT_FOUND:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmetadata.py471 _NOT_FOUND = object() variable