Home
last modified time | relevance | path

Searched refs:get_contact (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dupload.py111 'author': meta.get_contact(),
Dregister.py232 'author': meta.get_contact(),
Dbdist_rpm.py215 "%s <%s>" % (self.distribution.get_contact(),
/external/python/cpython2/Lib/distutils/command/
Dupload.py109 'author': meta.get_contact(),
Dregister.py234 'author': meta.get_contact(),
Dbdist_rpm.py226 "%s <%s>" % (self.distribution.get_contact(),
/external/python/cpython2/Lib/distutils/
Ddist.py1123 self._write_field(file, 'Author', self.get_contact())
1181 def get_contact(self): member in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py1132 file.write('Author: %s\n' % self.get_contact())
1180 def get_contact(self): member in DistributionMetadata
/external/python/setuptools/setuptools/
Ddist.py67 file.write('Author: %s\n' % self.get_contact())