Server: appserver-7f0f8755-nginx-15961cad18524ec5a9db05f2a6a7e440
Current directory: /usr/lib/python3.11/importlib/__pycache__
Software: nginx/1.27.5
Shell Command
Create a new file
Upload file
File: _bootstrap.cpython-311.pyc
� ��h�� � � � d Z d� ZdZdZdZdad� Zd� Zi Zi Z G d� de � � Z G d� d� � Z G d � d � � Z G d� d� � Zd � Zd� Zd� Zdd�d�Zd� Zd� Zd� Zd� Z G d� d� � Zddd�d�Zd>d�Zdd�d�Zd� Zd � Zd!� Zd"� Zd#� Zd$� Z G d%� d&� � Z! G d'� d(� � Z" G d)� d*� � Z#d+� Z$d,� Z%d?d-�Z&d.� Z'd/Z(e(d0z Z)d1� Z* e+� � Z,d2� Z-d@d4�Z.dd5�d6�Z/d7� Z0dAd9�Z1d:� Z2d;� Z3d<� Z4d=� Z5dS )BaS Core implementation of import. This module is NOT meant to be directly imported! It has been designed such that it can be bootstrapped into Python as the implementation of import. As such it requires the injection of specific modules and attributes in order to work. One should use importlib as the public-facing version of this module. c �Z � | j S # t $ r t | � � j cY S w xY w�N)�__qualname__�AttributeError�type)�objs �+/usr/lib/python3.11/importlib/_bootstrap.py�_object_namer s@ � �&������ &� &� &��C�y�y�%�%�%�%�&���s � �*�*Nc � � dD ]1}t ||� � rt | |t ||� � � � �2| j � |j � � dS )z/Simple substitute for functools.update_wrapper.)� __module__�__name__r �__doc__N)�hasattr�setattr�getattr�__dict__�update)�new�old�replaces r �_wrapr ( s^ � �H� 9� 9���3�� � � 9��C��'�#�w�"7�"7�8�8�8���L�����%�%�%�%�%� c �<