Home
last modified time | relevance | path

Searched refs:to_filename (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dinstall_egg_info.py25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
73 def to_filename(name): function
/external/python/cpython3/Lib/distutils/command/
Dinstall_egg_info.py25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
72 def to_filename(name): function
/external/grpc-grpc/src/compiler/
Dnode_generator.cc65 const grpc::string& to_filename) { in GetRootPath() argument
66 if (to_filename.find("google/protobuf") == 0) { in GetRootPath()
/external/python/setuptools/setuptools/
Dpackage_index.py19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST,
440 return to_filename(pkg), to_filename(ver)
/external/python/setuptools/setuptools/command/
Degg_info.py29 safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename)
196 self.egg_info = to_filename(self.egg_name) + '.egg-info'
/external/python/setuptools/pkg_resources/
D__init__.py1338 def to_filename(name): function
2642 to_filename(self.project_name), to_filename(self.version),
/external/python/setuptools/docs/
Dpkg_resources.txt1594 ``to_filename()`` so all dashes ("-") are replaced by underscores ("_").
1595 See ``to_filename()``.
1611 ``to_filename(name_or_version)``
1734 * There is a new ``to_filename()`` function that escapes project names and
Dformats.txt137 The "name" and "version" should be escaped using the ``to_filename()``