Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dplatform.py642 _default_architecture = { variable
686 if sys.platform in _default_architecture:
687 b, l = _default_architecture[sys.platform]
/external/python/cpython2/Lib/
Dplatform.py1054 _default_architecture = { variable
1104 if sys.platform in _default_architecture:
1105 b, l = _default_architecture[sys.platform]