Home
last modified time | relevance | path

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

/third_party/python/Doc/distutils/
Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/third_party/python/Lib/distutils/
Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/third_party/python/Lib/distutils/tests/
Dtest_dist.py511 metadata.read_pkg_file(PKG_INFO)
/third_party/python/Misc/
DHISTORY3417 - Issue #19544 and Issue #7457: Restore the read_pkg_file method to
13876 - Issue #7457: added a read_pkg_file method to