HomeSort by relevance Sort by last modified time
    Searched refs:get_build_platform (Results 1 - 2 of 2) sorted by null

  /external/python/setuptools/setuptools/command/
bdist_egg.py 17 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/
__init__.py 180 plat = get_build_platform()
374 def get_build_platform(): function
405 get_platform = get_build_platform
    [all...]

Completed in 213 milliseconds