Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dpep425tags.py166 def _supports_arch(major, minor, arch): function
198 if _supports_arch(major, minor, garch):
209 if _supports_arch(major, minor, machine):
213 if machine in groups[garch] and _supports_arch(major, minor, garch):