Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dupload.py107 'author': meta.get_contact(),
Dregister.py235 'author': meta.get_contact(),
Dbdist_rpm.py225 "%s <%s>" % (self.distribution.get_contact(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py1122 self._write_field(file, 'Author', self.get_contact())
1180 def get_contact(self): member in DistributionMetadata