✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.84
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python39/lib64/python3.9/test/test_importlib//test_read.py
import unittest

from importlib import import_module, resources
from . import data01
from . import util


class CommonBinaryTests(util.CommonResourceTests, unittest.TestCase):
    def execute(self, package, path):
        resources.read_binary(package, path)


class CommonTextTests(util.CommonResourceTests, unittest.TestCase):
    def execute(self, package, path):
        resources.read_text(package, path)


class ReadTests:
    def test_read_binary(self):
        result = resources.read_binary(self.data, 'binary.file')
        self.assertEqual(result, b'\0\1\2\3')

    def test_read_text_default_encoding(self):
        result = resources.read_text(self.data, 'utf-8.file')
        self.assertEqual(result, 'Hello, UTF-8 world!\n')

    def test_read_text_given_encoding(self):
        result = resources.read_text(
            self.data, 'utf-16.file', encoding='utf-16')
        self.assertEqual(result, 'Hello, UTF-16 world!\n')

    def test_read_text_with_errors(self):
        # Raises UnicodeError without the 'errors' argument.
        self.assertRaises(
            UnicodeError, resources.read_text, self.data, 'utf-16.file')
        result = resources.read_text(self.data, 'utf-16.file', errors='ignore')
        self.assertEqual(
            result,
            'H\x00e\x00l\x00l\x00o\x00,\x00 '
            '\x00U\x00T\x00F\x00-\x001\x006\x00 '
            '\x00w\x00o\x00r\x00l\x00d\x00!\x00\n\x00')


class ReadDiskTests(ReadTests, unittest.TestCase):
    data = data01


class ReadZipTests(ReadTests, util.ZipSetup, unittest.TestCase):
    def test_read_submodule_resource(self):
        submodule = import_module('ziptestdata.subdirectory')
        result = resources.read_binary(
            submodule, 'binary.file')
        self.assertEqual(result, b'\0\1\2\3')

    def test_read_submodule_resource_by_name(self):
        result = resources.read_binary(
            'ziptestdata.subdirectory', 'binary.file')
        self.assertEqual(result, b'\0\1\2\3')


if __name__ == '__main__':
    unittest.main()


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
22 Jul 2025 4.13 AM
root / linksafe
0755
__pycache__
--
22 Jul 2025 4.13 AM
root / linksafe
0755
builtin
--
22 Jul 2025 4.13 AM
root / linksafe
0755
data
--
22 Jul 2025 4.13 AM
root / linksafe
0755
data01
--
22 Jul 2025 4.13 AM
root / linksafe
0755
data02
--
22 Jul 2025 4.13 AM
root / linksafe
0755
data03
--
22 Jul 2025 4.13 AM
root / linksafe
0755
extension
--
22 Jul 2025 4.13 AM
root / linksafe
0755
frozen
--
22 Jul 2025 4.13 AM
root / linksafe
0755
import_
--
22 Jul 2025 4.13 AM
root / linksafe
0755
namespace_pkgs
--
22 Jul 2025 4.13 AM
root / linksafe
0755
partial
--
22 Jul 2025 4.13 AM
root / linksafe
0755
source
--
22 Jul 2025 4.13 AM
root / linksafe
0755
zipdata01
--
22 Jul 2025 4.13 AM
root / linksafe
0755
zipdata02
--
22 Jul 2025 4.13 AM
root / linksafe
0755
__init__.py
0.139 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
__main__.py
0.057 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
abc.py
2.219 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
fixtures.py
5.762 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
stubs.py
0.228 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_abc.py
33.461 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_api.py
18.362 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_files.py
0.976 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_lazy.py
4.813 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_locks.py
4.353 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_main.py
8.201 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_metadata_api.py
5.425 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_namespace_pkgs.py
11.958 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_open.py
2.199 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_path.py
1.221 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_pkg_import.py
2.665 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_read.py
1.985 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_resource.py
8.364 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_spec.py
30.385 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_threaded_import.py
9.434 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_util.py
34.671 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_windows.py
6.313 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
test_zip.py
2.471 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
threaded_import_hangers.py
1.449 KB
3 Jun 2025 6.47 PM
root / linksafe
0644
util.py
18.044 KB
3 Jun 2025 6.47 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF