One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
importlib
/
__pycache__
/
View File Name :
_common.cpython-310.pyc
o E�h� � @ 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 &