Searched refs:_NOT_FOUND (Results 1 – 1 of 1) sorted by relevance
930 _NOT_FOUND = object() variable963 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: