HomeSort by relevance Sort by last modified time
    Searched defs:_unknown (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 36 _unknown = '--unknown--' variable
74 entry = _cache.get(encoding, _unknown)
75 if entry is not _unknown:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 36 _unknown = '--unknown--' variable
74 entry = _cache.get(encoding, _unknown)
75 if entry is not _unknown:

Completed in 259 milliseconds