Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dupload.py121 'author': meta.get_contact(),
Dregister.py232 'author': meta.get_contact(),
Dbdist_rpm.py214 "%s <%s>" % (self.distribution.get_contact(),
/third_party/python/Lib/distutils/
Ddist.py1132 file.write('Author: %s\n' % self.get_contact())
1180 def get_contact(self): member in DistributionMetadata