Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dpep425tags.py113 def _is_running_32bit(): function
126 if machine == "x86_64" and _is_running_32bit():
128 elif machine == "ppc64" and _is_running_32bit():
135 if result == "linux_x86_64" and _is_running_32bit():