Home
last modified time | relevance | path

Searched refs:open_binary (Results 26 – 50 of 157) sorted by relevance

1234567

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.2.1-py2.py3-none-any/importlib_resources/
H A D__init__.py36 open_binary,
47 open_binary,
H A D_py3.py27 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
67 open_binary(package, resource), encoding=encoding, errors=errors)
72 with open_binary(package, resource) as fp:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.3.0-py2.py3-none-any/importlib_resources/
H A D__init__.py36 open_binary,
47 open_binary,
H A D_py3.py23 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
63 open_binary(package, resource), encoding=encoding, errors=errors)
68 with open_binary(package, resource) as fp:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.0.0-py2.py3-none-any/importlib_resources/
H A D__init__.py36 open_binary,
47 open_binary,
H A D_py3.py24 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
62 open_binary(package, resource), encoding=encoding, errors=errors)
67 with open_binary(package, resource) as fp:
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/importlib_resources/
H A D__init__.py36 open_binary,
47 open_binary,
H A D_py3.py23 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
63 open_binary(package, resource), encoding=encoding, errors=errors)
68 with open_binary(package, resource) as fp:
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/
H A D_pslinux.py39 from ._common import open_binary
269 with open_binary('%s/stat' % procfs_path) as f:
559 f = open_binary("%s/vmstat" % get_procfs_path())
603 with open_binary('%s/stat' % procfs_path) as f:
617 with open_binary('%s/stat' % procfs_path) as f:
671 with open_binary(path) as f:
1495 with open_binary(path) as f:
1535 with open_binary(path) as f:
1740 with open_binary(fname) as f:
1963 with open_binary(fname) as f:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil-cp27-none-win_amd64/psutil/
H A D_pslinux.py39 from ._common import open_binary
276 with open_binary('%s/stat' % procfs_path) as f:
519 f = open_binary("%s/vmstat" % get_procfs_path())
563 with open_binary('%s/stat' % procfs_path) as f:
577 with open_binary('%s/stat' % procfs_path) as f:
625 with open_binary(path) as f:
1435 with open_binary(path) as f:
1475 with open_binary(path) as f:
1680 with open_binary(fname) as f:
1903 with open_binary(fname) as f:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/
H A D_pslinux.py39 from ._common import open_binary
276 with open_binary('%s/stat' % procfs_path) as f:
519 f = open_binary("%s/vmstat" % get_procfs_path())
563 with open_binary('%s/stat' % procfs_path) as f:
577 with open_binary('%s/stat' % procfs_path) as f:
625 with open_binary(path) as f:
1435 with open_binary(path) as f:
1475 with open_binary(path) as f:
1680 with open_binary(fname) as f:
1903 with open_binary(fname) as f:
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/vendor/psutil/
H A D_pslinux.py36 from ._common import open_binary
279 with open_binary('%s/stat' % procfs_path) as f:
522 f = open_binary("%s/vmstat" % get_procfs_path())
566 with open_binary('%s/stat' % procfs_path) as f:
580 with open_binary('%s/stat' % procfs_path) as f:
628 with open_binary(path) as f:
1436 with open_binary(path) as f:
1476 with open_binary(path) as f:
1681 with open_binary(fname) as f:
1904 with open_binary(fname) as f:
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/
H A D_pslinux.py186 def open_binary(fname, **kwargs): function
272 with open_binary('%s/stat' % procfs_path) as f:
349 f = open_binary('%s/zoneinfo' % get_procfs_path())
510 f = open_binary("%s/vmstat" % get_procfs_path())
554 with open_binary('%s/stat' % procfs_path) as f:
568 with open_binary('%s/stat' % procfs_path) as f:
1307 with open_binary(path) as f:
1347 with open_binary(path) as f:
1530 with open_binary(fname) as f:
1752 with open_binary(fname) as f:
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/testing/
H A Di18n.py22 from importlib_resources import open_binary
36 with open_binary('mailman.testing', mo_file) as fp:
/dports/lang/python310/Python-3.10.1/Lib/importlib/
H A Dresources.py40 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
82 open_binary(package, resource), encoding=encoding, errors=errors
88 with open_binary(package, resource) as fp:
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.3.1-py2.py3-none-any/importlib_resources/
H A D_py3.py23 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
63 open_binary(package, resource), encoding=encoding, errors=errors)
68 with open_binary(package, resource) as fp:
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.2.1-py2.py3-none-any/importlib_resources/
H A D_py3.py27 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
67 open_binary(package, resource), encoding=encoding, errors=errors)
72 with open_binary(package, resource) as fp:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.3.0-py2.py3-none-any/importlib_resources/
H A D_py3.py23 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
63 open_binary(package, resource), encoding=encoding, errors=errors)
68 with open_binary(package, resource) as fp:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-3.2.1-py2.py3-none-any/importlib_resources/
H A D_py3.py27 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
67 open_binary(package, resource), encoding=encoding, errors=errors)
72 with open_binary(package, resource) as fp:
/dports/lang/python39/Python-3.9.9/Lib/importlib/
H A Dresources.py85 def open_binary(package: Package, resource: Resource) -> BinaryIO: function
121 open_binary(package, resource), encoding=encoding, errors=errors)
126 with open_binary(package, resource) as fp:
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/importlib_resources/
H A Dsimple.py42 def open_binary(self, resource): member in SimpleReader
70 stream = self.parent.reader.open_binary(self.name)
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-5.2.2-py3-none-any/importlib_resources/
H A Dsimple.py42 def open_binary(self, resource): member in SimpleReader
70 stream = self.parent.reader.open_binary(self.name)
/dports/lang/python311/Python-3.11.0a3/Lib/importlib/
H A Dsimple.py42 def open_binary(self, resource): member in SimpleReader
70 stream = self.parent.reader.open_binary(self.name)
/dports/devel/py-importlib-resources/importlib_resources-5.4.0/importlib_resources/
H A Dsimple.py42 def open_binary(self, resource): member in SimpleReader
70 stream = self.parent.reader.open_binary(self.name)
/dports/science/xtb/xtb-6.4.1/src/
H A Drestart.f9049 call open_binary(ich,fname,'r')
108 call open_binary(ich,fname,'r')
159 call open_binary(ich,fname,'w')
184 call open_binary(ich,fname,'w')

1234567