Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dinstall_egg_info.py26 to_filename(safe_version(self.distribution.get_version())),
63 def safe_version(version): function
/external/python/cpython3/Lib/distutils/command/
Dinstall_egg_info.py26 to_filename(safe_version(self.distribution.get_version())),
62 def safe_version(version): function