/usr/lib64/python3.9/importlib/__pycache__
Edit: /usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-1.pyc (16817B)
a
´iL: ã
@ sþ d Z ddlmZ ddlmZ ddlmZ zddlZW n4 eyh Z zejdkrP‚ dZW Y dZ[n
dZ[0 0 zddl Z W n eyŒ eZ Y n0 ddl
Z
ddlZddlm
Z
mZ d d
„ ZG dd„ de
jd
�ZG dd„ deƒZeeejejejejƒ G dd„ deƒZeeejƒ G dd„ de
jd
�ZG dd„ deƒZG dd„ deƒZeeejejƒ G dd„ deƒZeeejƒ G dd„ dejeeƒZeeejej ƒ G dd„ dej!eeƒZ!ee!ejƒ G dd„ de
jd
�Z"ee"ejƒ eG d d!„ d!e
ƒƒZ#G d"d#„ d#e"ƒZ$dS )$z(Abstract base classes related to import.é )Ú
_bootstrap)Ú_bootstrap_external)Ú machineryé NÚ_frozen_importlib)ÚProtocolÚruntime_checkablec G sZ |D ]P}| |¡ td urztt|jƒ}W n tyH tt|jƒ}Y n0 | |¡ qd S ©N)Úregisterr ÚgetattrÚ__name__ÚAttributeErrorÚ_frozen_importlib_external)Úabstract_clsÚclassesÚclsÚ
frozen_cls© r ú%/usr/lib64/python3.9/importlib/abc.pyÚ _register s
r c @ s e Zd ZdZejddd„ƒZdS )ÚFindera< Legacy abstract base class for import finders.
It may be subclassed for compatibility with legacy third party
reimplementations of the import system. Otherwise, finder
implementations should derive from the more specific MetaPathFinder
or PathEntryFinder ABCs.
Deprecated since Python 3.3
Nc C s dS )z¥An abstract method that should find a module.
The fullname is a str and the optional path is a str or None.
Returns a Loader object or None.
Nr )ÚselfÚfullnameÚpathr r r Úfind_module+ s zFinder.find_module)N)r Ú
__module__Ú__qualname__Ú__doc__ÚabcÚabstractmethodr r r r r r s
r )Ú metaclassc @ s e Zd ZdZdd„ Zdd„ ZdS )ÚMetaPathFinderz8Abstract base class for import finders on sys.meta_path.c C s<