| Server IP : 51.79.230.26 / Your IP : 216.73.217.128 Web Server : LiteSpeed System : Linux sg2.exonhost.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : mukutpub ( 1151) PHP Version : 8.2.33 Disable Function : eval, show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python311/lib64/python3.11/importlib/resources/__pycache__/ |
Upload File : |
�
-��a,�� � � d Z ddlZddlZddlZddlmZmZ ddlmZmZ G d� dej � � Z
G d� d e� � Z G d
� de� � Z G d� d
ee
� � Z
dS )z+
Interface adapters for low-level readers.
� N)�BinaryIO�List� )�Traversable�TraversableResourcesc � � e Zd ZdZej d� � � Zej d� � � Zej d� � � Z ej d� � � Z
ed� � � ZdS )�SimpleReaderzQ
The minimum, low-level interface required from a resource
provider.
c � � dS )zP
The name of the package for which this reader loads resources.
N� ��selfs �A/opt/alt/python311/lib64/python3.11/importlib/resources/simple.py�packagezSimpleReader.package � � � � � c � � dS )zo
Obtain an iterable of SimpleReader for available
child containers (e.g. directories).
Nr r s r �childrenzSimpleReader.children r r c � � dS )zL
Obtain available named resources for this virtual package.
Nr r s r � resourceszSimpleReader.resources"