Current Path: > > opt > alt > python311 > lib64 > > python3.11 > 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-311.opt-1.pyc | File | 790 bytes | June 23 2025 15:47:46. | |
__init__.cpython-311.opt-2.pyc | File | 732 bytes | June 23 2025 15:47:55. | |
__init__.cpython-311.pyc | File | 790 bytes | June 23 2025 15:47:46. | |
_adapters.cpython-311.opt-1.pyc | File | 10707 bytes | June 23 2025 15:47:46. | |
_adapters.cpython-311.opt-2.pyc | File | 9888 bytes | June 23 2025 15:47:55. | |
_adapters.cpython-311.pyc | File | 10707 bytes | June 23 2025 15:47:46. | |
_common.cpython-311.opt-1.pyc | File | 4253 bytes | June 23 2025 15:47:46. | |
_common.cpython-311.opt-2.pyc | File | 3813 bytes | June 23 2025 15:47:55. | |
_common.cpython-311.pyc | File | 4253 bytes | June 23 2025 15:47:46. | |
_itertools.cpython-311.opt-1.pyc | File | 1352 bytes | June 23 2025 15:47:46. | |
_itertools.cpython-311.opt-2.pyc | File | 1288 bytes | June 23 2025 15:47:55. | |
_itertools.cpython-311.pyc | File | 1352 bytes | June 23 2025 15:47:46. | |
_legacy.cpython-311.opt-1.pyc | File | 6450 bytes | June 23 2025 15:47:46. | |
_legacy.cpython-311.opt-2.pyc | File | 5350 bytes | June 23 2025 15:47:55. | |
_legacy.cpython-311.pyc | File | 6450 bytes | June 23 2025 15:47:46. | |
abc.cpython-311.opt-1.pyc | File | 8514 bytes | June 23 2025 15:47:46. | |
abc.cpython-311.opt-2.pyc | File | 6687 bytes | June 23 2025 15:47:55. | |
abc.cpython-311.pyc | File | 8514 bytes | June 23 2025 15:47:46. | |
readers.cpython-311.opt-1.pyc | File | 8313 bytes | June 23 2025 15:47:46. | |
readers.cpython-311.opt-2.pyc | File | 7986 bytes | June 23 2025 15:47:55. | |
readers.cpython-311.pyc | File | 8313 bytes | June 23 2025 15:47:46. | |
simple.cpython-311.opt-1.pyc | File | 6896 bytes | June 23 2025 15:47:46. | |
simple.cpython-311.opt-2.pyc | File | 6065 bytes | June 23 2025 15:47:55. | |
simple.cpython-311.pyc | File | 6896 bytes | June 23 2025 15:47:46. |
� !A?h� � � � d dl Z d dlZd dlZd dlZd dlZd dlmZmZmZm Z m Z mZ ddlm Z eej ef ZeZd� Zd� Zededed e fd �� � Zededed efd�� � Ze ddedededed e f d�� � Ze ddedededed ef d�� � Zeded ee fd�� � Zededed efd�� � Zededed eej fd�� � ZdS )� N)�Union�Iterable�ContextManager�BinaryIO�TextIO�Any� )�_commonc �F � � t j � � � � fd�� � }|S )Nc �\ �� t j �j � d�t d�� � �| i |��S )Nz� is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.� )� stacklevel)�warnings�warn�__name__�DeprecationWarning)�args�kwargs�funcs ��B/opt/alt/python311/lib64/python3.11/importlib/resources/_legacy.py�wrapperzdeprecated.<locals>.wrapper sR �� �� ��}� P� P� P� �� � � � � �t�T�$�V�$�$�$� )� functools�wraps)r r s ` r � deprecatedr s8 �� ��_�T���%� %� %� %� ��%� �Nr c � � t | � � }t 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�os�path�split� ValueError)r �str_path�parent� file_names r �normalize_pathr% sL � � �4�y�y�H��� � �h�/�/��F�I� � ?��D�=�=�=�>�>�>��r �package�resource�returnc �p � t j | � � t |� � z � d� � S )zDReturn a file-like object opened for binary reading of the resource.�rb�r �filesr% �open�r&