File: //lib64/python3.6/__pycache__/imp.cpython-36.pyc
3
\)
@ s d Z ddlmZmZmZmZmZmZmZm Z m
Z
yddlmZ W n ek
rX dZY nX ddl
mZmZmZmZ ddlmZ ddlmZ ddlmZ ddlZddlZddlZddlZddlZddlZejd ed
d dZdZd
Z d
Z!dZ"dZ#dZ$dZ%dZ&dZ'dd Z(dd Z)dd Z*d8ddZ+dd Z,dd Z-G d d! d!Z.G d"d# d#Z/G d$d% d%e/ej0Z1d9d&d'Z2G d(d) d)e/eZ3d:d*d+Z4d,d- Z5d.d/ Z6d;d0d1Z7d2d3 Z8d4d5 Z9erd<d6d7Z:ndZ:dS )=zThis module provides the components needed to build your own __import__
function. Undocumented functions are obsolete.
In most cases it is preferred you consider using the importlib module's
functionality over this module.
) lock_heldacquire_lockrelease_lockget_frozen_objectis_frozen_packageinit_frozen
is_builtin is_frozen_fix_co_filename)create_dynamicN)_ERR_MSG_exec_load_builtin_from_name)SourcelessFileLoader) machinery)utilzhthe imp module is deprecated in favour of importlib; see the module's documentation for alternative uses )
stacklevel c C s
t j| S )z_**DEPRECATED**
Create a new module.
The module is not entered into sys.modules.
)types
ModuleType)name r /usr/lib64/python3.6/imp.py
new_module0 s r"