Home
last modified time | relevance | path

Searched refs:get_long_description (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dcheck.py114 data = self.distribution.get_long_description()
Dupload.py112 'description': meta.get_long_description(),
Dregister.py237 'description': meta.get_long_description(),
Dbdist_rpm.py490 self.distribution.get_long_description()
/external/python/cpython3/Lib/distutils/command/
Dcheck.py114 data = self.distribution.get_long_description()
Dupload.py123 'description': meta.get_long_description(),
Dregister.py235 'description': meta.get_long_description(),
Dbdist_rpm.py486 self.distribution.get_long_description()
/external/python/cpython2/Lib/distutils/
Ddist.py1129 long_desc = rfc822_escape(self.get_long_description())
1198 def get_long_description(self): member in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py1138 long_desc = rfc822_escape(self.get_long_description())
1196 def get_long_description(self): member in DistributionMetadata
/external/python/setuptools/setuptools/
Ddist.py91 long_desc = rfc822_escape(self.get_long_description())