Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/command/
Dupload.py112 'author_email': meta.get_contact_email(),
Dregister.py233 'author_email': meta.get_contact_email(),
Dbdist_rpm.py216 self.distribution.get_contact_email()))
/external/python/cpython2/Lib/distutils/command/
Dupload.py110 'author_email': meta.get_contact_email(),
Dregister.py235 'author_email': meta.get_contact_email(),
Dbdist_rpm.py227 self.distribution.get_contact_email()))
/external/python/cpython2/Lib/distutils/
Ddist.py1124 self._write_field(file, 'Author-email', self.get_contact_email())
1185 def get_contact_email(self): member in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py1133 file.write('Author-email: %s\n' % self.get_contact_email())
1183 def get_contact_email(self): member in DistributionMetadata
/external/python/setuptools/setuptools/
Ddist.py68 file.write('Author-email: %s\n' % self.get_contact_email())