| Server IP : 159.223.102.202 / Your IP : 216.73.216.195 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3.12/importlib/resources/__pycache__/ |
Upload File : |
�
�$f
� � � d Z ddlZddlZddlZddlmZmZ ddlmZmZ G d� dej � Z
G d� d e� Z G d
� de� Z G d� d
ee
� Z
y)z+
Interface adapters for low-level readers.
� N)�BinaryIO�List� )�Traversable�TraversableResourcesc �� � e Zd ZdZeej defd�� � Zej de d fd�� Z
ej de e fd�� Zej dedefd�� Z
ed� � Zy )
�SimpleReaderzQ
The minimum, low-level interface required from a resource
provider.
�returnc � � y)zP
The name of the package for which this reader loads resources.
N� ��selfs �1/usr/lib/python3.12/importlib/resources/simple.py�packagezSimpleReader.package � � � c � � y)zo
Obtain an iterable of SimpleReader for available
child containers (e.g. directories).
Nr r
s r �childrenzSimpleReader.children r r c � � y)zL
Obtain available named resources for this virtual package.
Nr r
s r � resourceszSimpleReader.resources! r r �resourcec � � y)z:
Obtain a File-like for a named resource.
Nr )r r s r �open_binaryzSimpleReader.open_binary'