Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dupload.py107 '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