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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_egg_info.py 26 to_filename(safe_version(self.distribution.get_version())),
63 def safe_version(version): function
  /external/python/cpython2/Lib/distutils/command/
install_egg_info.py 26 to_filename(safe_version(self.distribution.get_version())),
63 def safe_version(version): function
  /external/python/cpython3/Lib/distutils/command/
install_egg_info.py 26 to_filename(safe_version(self.distribution.get_version())),
62 def safe_version(version): function
  /external/python/google-api-python-client/samples/api-python-client-doc/
main.py 59 item['safe_version'] = describe.safe_version(item['version'])
  /external/python/setuptools/pkg_resources/tests/
test_resources.py 17 Distribution, EntryPoint, Requirement, safe_version, safe_name,
600 assert safe_version("1.2-1") == "1.2.post1"
601 assert safe_version("1.2 alpha") == "1.2.alpha"
602 assert safe_version("2.3.4 20050521") == "2.3.4.20050521"
603 assert safe_version("Money$$$Maker") == "Money-Maker"
604 assert safe_version("peak.web") == "peak.web"
  /external/python/setuptools/setuptools/command/
egg_info.py 29 safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename)
262 return safe_version(version)
263 return safe_version(version + self.vtags)
  /external/python/setuptools/setuptools/
package_index.py 18 Environment, find_distributions, safe_name, safe_version,
438 ver = safe_version(parts[1])
    [all...]
dist.py 343 dist._version = pkg_resources.safe_version(str(attrs['version']))
    [all...]
  /external/python/setuptools/pkg_resources/
__init__.py 216 'parse_requirements', 'parse_version', 'safe_name', 'safe_version',
1317 def safe_version(version): function
    [all...]

Completed in 505 milliseconds