Home
last modified time | relevance | path

Searched refs:get_fullname (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist_wininst.py185 fullname = self.distribution.get_fullname()
243 title = self.title or self.distribution.get_fullname()
Dsdist.py342 base_dir = self.distribution.get_fullname()
453 base_dir = self.distribution.get_fullname()
Dbdist_dumb.py98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
Dbdist_msi.py222 fullname = self.distribution.get_fullname()
240 fullname = self.distribution.get_fullname()
585 % self.distribution.get_fullname())
Dinstall.py303 'dist_fullname': self.distribution.get_fullname(),
/external/python/cpython3/Lib/distutils/command/
Dbdist_wininst.py175 fullname = self.distribution.get_fullname()
230 title = self.title or self.distribution.get_fullname()
Dbdist_dumb.py93 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
Dsdist.py362 base_dir = self.distribution.get_fullname()
471 base_dir = self.distribution.get_fullname()
Dbdist_msi.py220 fullname = self.distribution.get_fullname()
238 fullname = self.distribution.get_fullname()
584 % self.distribution.get_fullname())
Dinstall.py292 'dist_fullname': self.distribution.get_fullname(),
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist_dumb.py76 base = "%s.%s.zip" % (dist.get_fullname(), cmd.plat_name)
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist_dumb.py76 base = "%s.%s.zip" % (dist.get_fullname(), cmd.plat_name)
/external/python/setuptools/setuptools/command/
Degg_info.py573 base_dir = self.distribution.get_fullname()
Deasy_install.py253 'dist_fullname': self.distribution.get_fullname(),
/external/python/cpython2/Lib/distutils/
Ddist.py1166 def get_fullname(self): member in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py1165 def get_fullname(self): member in DistributionMetadata