Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dutil.py19 def get_host_platform(): function
106 return TARGET_TO_PLAT.get(os.environ.get('VSCMD_ARG_TGT_ARCH')) or get_host_platform()
108 return get_host_platform()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1240 @@ -37,6 +37,22 @@ def get_host_platform():