Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/command/
Dbdist_egg.py17 from pkg_resources import get_build_platform, Distribution, ensure_directory
74 "(default: %s)" % get_build_platform()),
108 self.plat_name = get_build_platform()
/external/python/setuptools/pkg_resources/
D__init__.py180 plat = get_build_platform()
374 def get_build_platform(): function
405 get_platform = get_build_platform
/external/python/setuptools/docs/
Dpkg_resources.txt1621 ``get_build_platform()``
1632 This is the similar to ``get_build_platform()``, but is the maximum
1715 ``get_build_platform()`` to work around a Mac versioning problem that caused
Dformats.txt147 distinguish Mac OS versions. (See the ``get_build_platform()``