Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/distutils/
Dexamples.rst312 :func:`read_pkg_file` method::
316 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/external/python/cpython2/Lib/distutils/
Ddist.py1028 self.read_pkg_file(open(path))
1049 def read_pkg_file(self, file): member in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/external/python/cpython2/Lib/distutils/tests/
Dtest_dist.py429 metadata.read_pkg_file(PKG_INFO)
/external/python/cpython3/Lib/distutils/tests/
Dtest_dist.py510 metadata.read_pkg_file(PKG_INFO)
/external/python/cpython2/Misc/NEWS.d/
D2.7a2.rst327 Added a read_pkg_file method to ``distutils.dist.DistributionMetadata``.
/external/python/cpython3/Misc/
DHISTORY3417 - Issue #19544 and Issue #7457: Restore the read_pkg_file method to
13876 - Issue #7457: added a read_pkg_file method to