Home
last modified time | relevance | path

Searched refs:open_binary (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/net/py-netaddr/netaddr-0.8.0/netaddr/tests/eui/
H A Dtest_ieee_parsers.py14 …with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_oui.txt')) as infile:
25 …with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_iab.txt')) as infile:
36 …with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_oui.txt')) as infile:
47 …with contextlib.closing(_importlib_resources.open_binary(__package__, 'sample_iab.txt')) as infile:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-1.0.2-py2.py3-none-any/importlib_resources/
H A D__init__.py20 Package, Resource, contents, is_resource, open_binary, open_text, path,
26 Package, Resource, contents, is_resource, open_binary, open_text, path,
32 contents, is_resource, open_binary, open_text, path, read_binary,
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-1.0.2-py2.py3-none-any/importlib_resources/
H A D__init__.py20 Package, Resource, contents, is_resource, open_binary, open_text, path,
26 Package, Resource, contents, is_resource, open_binary, open_text, path,
32 contents, is_resource, open_binary, open_text, path, read_binary,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/importlib_resources-1.0.2-py2.py3-none-any/importlib_resources/
H A D__init__.py20 Package, Resource, contents, is_resource, open_binary, open_text, path,
26 Package, Resource, contents, is_resource, open_binary, open_text, path,
32 contents, is_resource, open_binary, open_text, path, read_binary,
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
54 resources.open_binary, self.data, 'does-not-exist')
/dports/lang/python310/Python-3.10.1/Lib/test/test_importlib/
H A Dtest_open.py10 with resources.open_binary(package, path):
22 with resources.open_binary(self.data, 'binary.file') as fp:
51 FileNotFoundError, resources.open_binary, self.data, 'does-not-exist'
/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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 with open_binary(package, resource) as fp:
H A D__init__.py36 open_binary,
47 open_binary,
/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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 with open_binary(package, resource) as fp:
H A D__init__.py36 open_binary,
47 open_binary,
/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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 with open_binary(package, resource) as fp:
H A D__init__.py36 open_binary,
47 open_binary,
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_importlib/
H A Dtest_open.py11 with resources.open_binary(package, path):
25 with resources.open_binary(self.data, 'binary.file') as fp:
61 FileNotFoundError, resources.open_binary, self.data, 'does-not-exist'
/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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 with open_binary(package, resource) as fp:
H A D__init__.py36 open_binary,
47 open_binary,
/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_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 with open_binary(package, resource) as fp:
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/importlib_resources/
H A D_py2.py9 def open_binary(package, resource): function
42 open_binary(package, resource), encoding=encoding, errors=errors)
47 with open_binary(package, resource) as fp:

1234567