Home
last modified time | relevance | path

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

123

/dports/sysutils/conan/conan-1.44.0/conans/client/generators/
H A Dmarkdown.py230 def read_pkg_file(filename): function
236 env.filters['read_pkg_file'] = read_pkg_file
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/distutils/
H A Ddist.pyi24 def read_pkg_file(self, file: IO[str]) -> None: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/distutils/
H A Ddist.pyi24 def read_pkg_file(self, file: IO[str]) -> None: ...
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/tests/
H A Dtest_dist.py162 metadata_in.read_pkg_file(PKG_INFO)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/tests/
H A Dtest_dist.py158 metadata_in.read_pkg_file(PKG_INFO)
/dports/databases/py-sqlite3/Python-3.8.12/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/lang/python37/Python-3.7.12/Doc/distutils/
H A Dexamples.rst312 :func:`read_pkg_file` method::
316 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/lang/python38/Python-3.8.12/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/lang/python-tools/Python-3.8.12/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/lang/python39/Python-3.9.9/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/databases/py-gdbm/Python-3.8.12/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/devel/py-setuptools/setuptools-57.0.0/docs/deprecated/distutils/
H A Dexamples.rst314 :func:`~distutils.dist.DistributionMetadata.read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/lang/python311/Python-3.11.0a3/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/lang/python310/Python-3.10.1/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/distutils/
H A Dexamples.rst314 :func:`read_pkg_file` method::
318 >>> metadata.read_pkg_file(open('distribute-0.6.8-py2.7.egg-info'))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Ddist.py1040 self.read_pkg_file(open(path))
1061 def read_pkg_file(self, file): member in DistributionMetadata
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Ddist.py1028 self.read_pkg_file(open(path))
1049 def read_pkg_file(self, file): member in DistributionMetadata
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Ddist.py1028 self.read_pkg_file(open(path))
1049 def read_pkg_file(self, file): member in DistributionMetadata
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Ddist.py1039 self.read_pkg_file(open(path))
1060 def read_pkg_file(self, file): member in DistributionMetadata
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Ddist.py1028 self.read_pkg_file(open(path))
1049 def read_pkg_file(self, file): member in DistributionMetadata

123