/opt/alt/python-internal/lib64/python3.11/importlib/__pycache__
Edit: /opt/alt/python-internal/lib64/python3.11/importlib/__pycache__/abc.cpython-311.pyc (14513B)
§
ú}9SÚMöã ó — d Z ddlmZ ddlmZ ddlZn # e$ rZej dk r‚ dZY dZ[ndZ[ww xY w ddlZn
# e$ r eZY nw xY wddl m
Z
ddlZddlZddl
mZmZmZ g d ¢Zd
„ Z G d„ dej ¬
¦ « Z G d„ dej ¬
¦ « Z eeej ej ej ej ¦ « G d„ dej ¬
¦ « Z eeej ¦ « G d„ de
¦ « Z G d„ de
¦ « Z eeej ej ej ¦ « G d„ de¦ « Z eeej ¦ « G d„ dej! ee¦ « Z! ee!ej" ej# ¦ « G d„ dej$ ee¦ « Z$ ee$ej" ¦ « dS )z(Abstract base classes related to import.é )Ú_bootstrap_external)Ú machineryé NÚ_frozen_importlib)ÚLoader)ÚResourceReaderÚTraversableÚTraversableResources)r ÚFinderÚMetaPathFinderÚPathEntryFinderÚResourceLoaderÚ
InspectLoaderÚExecutionLoaderÚ
FileLoaderÚSourceLoaderr r r
c óþ — |D ]y}| |¦ « t �[ t t |j ¦ « }n*# t $ r t t
|j ¦ « }Y nw xY w| |¦ « Œzd S ©N)Úregisterr ÚgetattrÚ__name__ÚAttributeErrorÚ_frozen_importlib_external)Úabstract_clsÚclassesÚclsÚ
frozen_clss ú:/opt/alt/python-internal/lib64/python3.11/importlib/abc.pyÚ _registerr s™ € Øð .ð .ˆØ×Ò˜cÑ"Ô"Ð"ÝÐ(ð
OÝ$Õ%6¸¼ÑEÔE�
�
øÝ!ð
Oð
Oð
OÝ$Õ%?ÀÄÑNÔN�
�
�
ð
Oøøøà×!Ò! *Ñ-Ô-Ð-øð.ð .s ¢=½$A$Á#A$c ó: — e Zd ZdZd„ Zej dd„¦ « ZdS )r a< 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
c ó: — t j dt ¦ « d S )Nzqthe Finder ABC is deprecated and slated for removal in Python 3.12; use MetaPathFinder or PathEntryFinder instead©ÚwarningsÚwarnÚDeprecationWarning©Úselfs r Ú__init__zFinder.__init__7 s* € ÝŒ
ð 4õ *ñ +ô +ð +ð +ð +ó Nc ó: — t j dt ¦ « 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.
z´importlib.abc.Finder along with its find_module() method are deprecated and slated for removal in Python 3.12; use MetaPathFinder.find_spec() or PathEntryFinder.find_spec() insteadNr" )r' ÚfullnameÚpaths r Úfind_modulezFinder.find_module= s, € õ Œ
ð =õ
*ñ +ô +ð +ð +ð +r) r )r Ú
__module__Ú__qualname__Ú__doc__r( ÚabcÚabstractmethodr- © r) r r r + sQ € € € € € ðð ð+ð +ð +ð Ôð
+ð
+ð
+ñ Ôð
+ð
+ð
+r) r )Ú metaclassc ó — e Zd ZdZd„ Zd„ ZdS )r z8Abstract base class for import finders on sys.meta_path.c ó — t j dt d¬¦ « t | d¦ « sdS | ||¦ « }|�|j ndS )a_ Return a loader for the module.
If no module is found, return None. The fullname is a str and
the path is a list of strings or None.
This method is deprecated since Python 3.4 in favor of
finder.find_spec(). If find_spec() exists then backwards-compatible
functionality is provided for this method.
z‹MetaPathFinder.find_module() is deprecated since Python 3.4 in favor of MetaPathFinder.find_spec() and is slated for removal in Python 3.12é ©Ú
stacklevelÚ find_specN)r# r$ r% Úhasattrr: Úloader)r' r+ r, Úfounds r r- zMetaPathFinder.find_moduleR sg € õ Œ
ð :õ )Ø!"ð $ñ $ô $ð $õ
�t˜[Ñ)Ô)ð Ø�4Ø—’˜x¨Ñ.Ô.ˆØ$Ð0ˆuŒ|ˆ|°dÐ:r) c ó — dS )z‚An optional method for clearing the finder's cache, if any.
This method is used by importlib.invalidate_caches().
Nr3 r&