Current Path: > > opt > alt > python312 > lib64 > python3.12 > importlib > resources > > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-312.opt-1.pyc | File | 653 bytes | June 23 2025 13:59:40. | |
__init__.cpython-312.opt-2.pyc | File | 598 bytes | June 23 2025 14:00:04. | |
__init__.cpython-312.pyc | File | 653 bytes | June 23 2025 13:59:40. | |
_adapters.cpython-312.opt-1.pyc | File | 9627 bytes | June 23 2025 13:59:40. | |
_adapters.cpython-312.opt-2.pyc | File | 8838 bytes | June 23 2025 14:00:04. | |
_adapters.cpython-312.pyc | File | 9627 bytes | June 23 2025 13:59:40. | |
_common.cpython-312.opt-1.pyc | File | 8688 bytes | June 23 2025 13:59:48. | |
_common.cpython-312.opt-2.pyc | File | 7616 bytes | June 23 2025 14:00:04. | |
_common.cpython-312.pyc | File | 8747 bytes | June 23 2025 13:59:40. | |
_itertools.cpython-312.opt-1.pyc | File | 1555 bytes | June 23 2025 13:59:40. | |
_itertools.cpython-312.opt-2.pyc | File | 750 bytes | June 23 2025 14:00:04. | |
_itertools.cpython-312.pyc | File | 1555 bytes | June 23 2025 13:59:40. | |
_legacy.cpython-312.opt-1.pyc | File | 4859 bytes | June 23 2025 13:59:40. | |
_legacy.cpython-312.opt-2.pyc | File | 3765 bytes | June 23 2025 14:00:04. | |
_legacy.cpython-312.pyc | File | 4859 bytes | June 23 2025 13:59:40. | |
abc.cpython-312.opt-1.pyc | File | 8919 bytes | June 23 2025 13:59:40. | |
abc.cpython-312.opt-2.pyc | File | 7108 bytes | June 23 2025 14:00:04. | |
abc.cpython-312.pyc | File | 8919 bytes | June 23 2025 13:59:40. | |
readers.cpython-312.opt-1.pyc | File | 9014 bytes | June 23 2025 13:59:40. | |
readers.cpython-312.opt-2.pyc | File | 8358 bytes | June 23 2025 14:00:04. | |
readers.cpython-312.pyc | File | 9014 bytes | June 23 2025 13:59:40. | |
simple.cpython-312.opt-1.pyc | File | 5483 bytes | June 23 2025 13:59:40. | |
simple.cpython-312.opt-2.pyc | File | 4678 bytes | June 23 2025 14:00:04. | |
simple.cpython-312.pyc | File | 5483 bytes | June 23 2025 13:59:40. |
� 5[Yh� � �R � d dl Z d dlZd dlZd dlZd dlZd dlmZmZmZm Z m Z mZ ddlm Z eej ef ZeZdedefd�Zded ede fd �Zded edefd�Z dded eded ede f d�Z dded eded edef d�Zdedee fd�Zdededefd�Zded edeej6 fd�Zy)� N)�Union�Iterable�ContextManager�BinaryIO�TextIO�Any� )�_common�path�returnc � � t | � }t j j |� \ }}|rt | �d�� �|S )z�Normalize a path by ensuring it is a string. If the resulting string contains path separators, an exception is raised. z must be only a file name)�str�osr �split� ValueError)r �str_path�parent� file_names �B/opt/alt/python312/lib64/python3.12/importlib/resources/_legacy.py�normalize_pathr s@ � � �4�y�H���� � �h�/��F�I� ��D�8�#<�=�>�>��� �package�resourcec �b � t j | � t |� z j d� S )zDReturn a file-like object opened for binary reading of the resource.�rb�r �filesr �open�r r s r �open_binaryr s&