Home
last modified time | relevance | path

Searched refs:open_text (Results 1 – 25 of 149) sorted by relevance

123456

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(
39 with resources.open_text(
42 with resources.open_text(
59 resources.open_text, self.data, 'does-not-exist')
/dports/lang/python310/Python-3.10.1/Lib/test/test_importlib/
H A Dtest_open.py16 with resources.open_text(package, path):
27 with resources.open_text(self.data, 'utf-8.file') as fp:
32 with resources.open_text(self.data, 'utf-16.file', 'utf-16', 'strict') as fp:
38 with resources.open_text(self.data, 'utf-16.file', 'utf-8', 'strict') as fp:
40 with resources.open_text(self.data, 'utf-16.file', 'utf-8', 'ignore') as fp:
56 FileNotFoundError, resources.open_text, self.data, 'does-not-exist'
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_importlib/
H A Dtest_open.py18 with resources.open_text(package, path):
31 with resources.open_text(self.data, 'utf-8.file') as fp:
37 with resources.open_text(
46 with resources.open_text(self.data, 'utf-16.file', 'utf-8', 'strict') as fp:
49 with resources.open_text(self.data, 'utf-16.file', 'utf-8', 'ignore') as fp:
67 FileNotFoundError, resources.open_text, self.data, 'does-not-exist'
/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/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__init__.py37 open_text,
48 open_text,
/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__init__.py37 open_text,
48 open_text,
/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__init__.py37 open_text,
48 open_text,
/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__init__.py37 open_text,
48 open_text,
/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__.py37 open_text,
48 open_text,
/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__.py37 open_text,
48 open_text,
/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__.py37 open_text,
48 open_text,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/importlib_resources/
H A D__init__.py37 open_text,
48 open_text,
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/internal/
H A Dgit_pre_commit.py78 def open_text(path): function
101 with open_text(path) as f:
135 with open_text('MANIFEST.in') as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dlogdog_helper.py43 def open_text(name): function
53 return get_logdog_client().open_text(name)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dlogdog_helper.py43 def open_text(name): function
53 return get_logdog_client().open_text(name)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Dlogdog_helper.py43 def open_text(name): function
53 return get_logdog_client().open_text(name)
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dlogdog_helper.py45 def open_text(name): function
55 return get_logdog_client().open_text(name)

123456