/opt/alt/python311/lib64/python3.11/importlib/resources/__pycache__
NameSizeModeActions
abc.cpython-311.opt-1.pyc85140644editdlrm
abc.cpython-311.opt-2.pyc66870644editdlrm
abc.cpython-311.pyc85140644editdlrm
readers.cpython-311.opt-1.pyc83130644editdlrm
readers.cpython-311.opt-2.pyc79860644editdlrm
readers.cpython-311.pyc83130644editdlrm
simple.cpython-311.opt-1.pyc68960644editdlrm
simple.cpython-311.opt-2.pyc60650644editdlrm
simple.cpython-311.pyc68960644editdlrm
_adapters.cpython-311.opt-1.pyc107070644editdlrm
_adapters.cpython-311.opt-2.pyc98880644editdlrm
_adapters.cpython-311.pyc107070644editdlrm
_common.cpython-311.opt-1.pyc42530644editdlrm
_common.cpython-311.opt-2.pyc38130644editdlrm
_common.cpython-311.pyc42530644editdlrm
_itertools.cpython-311.opt-1.pyc13520644editdlrm
_itertools.cpython-311.opt-2.pyc12880644editdlrm
_itertools.cpython-311.pyc13520644editdlrm
_legacy.cpython-311.opt-1.pyc64500644editdlrm
_legacy.cpython-311.opt-2.pyc53500644editdlrm
_legacy.cpython-311.pyc64500644editdlrm
__init__.cpython-311.opt-1.pyc7900644editdlrm
__init__.cpython-311.opt-2.pyc7320644editdlrm
__init__.cpython-311.pyc7900644editdlrm
Edit: /opt/alt/python311/lib64/python3.11/importlib/resources/__pycache__/abc.cpython-311.opt-1.pyc (8514B)
§ *Gÿüîеãó—ddlZddlZddlZddlmZmZmZmZmZm Z m Z ddlm Z m Z ddlm Z e eejefZgd¢ZGd„dej¬¦«Ze Gd „d e ¦«¦«ZGd „d e¦«ZdS) éN)ÚAnyÚBinaryIOÚIterableÚIteratorÚNoReturnÚTextÚOptional)Úruntime_checkableÚProtocol)ÚUnion)ÚResourceReaderÚ TraversableÚTraversableResourcescó—eZdZdZejdedefd„¦«Zejdedefd„¦«Z ejdede fd„¦«Z ejde e fd„¦«Zd S) r zDAbstract base class for loaders to provide resource reading support.ÚresourceÚreturncó—t‚)zÑReturn an opened, file-like object for binary reading. The 'resource' argument is expected to represent only a file name. If the resource cannot be found, FileNotFoundError is raised. ©ÚFileNotFoundError©Úselfrs ú>/opt/alt/python311/lib64/python3.11/importlib/resources/abc.pyÚ open_resourcezResourceReader.open_resources €õ Ðócó—t‚)zçReturn the file system path to the specified resource. The 'resource' argument is expected to represent only a file name. If the resource does not exist on the file system, raise FileNotFoundError. rrs rÚ resource_pathzResourceReader.resource_paths €õ ÐrÚpathcó—t‚)zjReturn True if the named 'path' is a resource. Files are resources, directories are not. r©rrs rÚ is_resourcezResourceReader.is_resource*s €õ  Ðrcó—t‚)z+Return an iterable of entries in `package`.r©rs rÚcontentszResourceReader.contents2s €õ ÐrN)Ú__name__Ú __module__Ú __qualname__Ú__doc__ÚabcÚabstractmethodrrrrÚboolr rÚstrr#©rrr r sÝ€€€€€ØNÐNàÔð   dð  ¨xð  ð  ð  ñÔð  ð Ôð   dð  ¨tð  ð  ð  ñÔð  ð Ôð  ð ¨ð ð ð ñÔð ð Ôð ˜( 3œ-ð ð ð ñÔð ð ð rr )Ú metaclasscó<—eZdZdZejdedfd„¦«Zdefd„Z dde e de fd„Z ejde fd„¦«Zejde fd „¦«Zejd eddfd „¦«Zd eddfd „Zejdd„¦«Zejde fd„¦«ZdS)rzÔ An object with a subset of pathlib.Path methods suitable for traversing directories and opening files. Any exceptions that occur when accessing the backing resource may propagate unaltered. rcó—dS)z3 Yield Traversable objects in self Nr,r"s rÚiterdirzTraversable.iterdirBó€€€rcóˆ—| d¦«5}| ¦«cddd¦«S#1swxYwYdS)z0 Read contents of self as bytes ÚrbN©ÚopenÚread)rÚstrms rÚ read_byteszTraversable.read_bytesHs€€ð�YŠY�t‰_Œ_ð  Ø—9’9‘;”;ð ð ð ð ñ ô ð ð ð ð ð ð øøøð ð ð ð ð ð s –7·;¾;NÚencodingcóŠ—| |¬¦«5}| ¦«cddd¦«S#1swxYwYdS)z/ Read contents of self as text )r9Nr4)rr9r7s rÚ read_textzTraversable.read_textOs„€ð�YŠY ˆYÑ )Ô )ð ¨TØ—9’9‘;”;ð ð ð ð ñ ô ð ð ð ð ð ð øøøð ð ð ð ð ð s —8¸<¿<có—dS)z4 Return True if self is a directory Nr,r"s rÚis_dirzTraversable.is_dirVr1rcó—dS)z/ Return True if self is a file Nr,r"s rÚis_filezTraversable.is_file\r1rÚ descendantscó—dS)zë Return Traversable resolved with any descendants applied. Each descendant should be a path segment relative to self and each may contain multiple levels separated by ``posixpath.sep`` (``/``). Nr,)rr@s rÚjoinpathzTraversable.joinpathbr1rÚchildcó,—| |¦«S)z2 Return Traversable child in self )rB)rrCs rÚ __truediv__zTraversable.__truediv__ls€ð�}Š}˜UÑ#Ô#Ð#rÚrcó—dS)zý mode may be 'r' or 'rb' to open as text or binary. Return a handle suitable for reading (same as pathlib.Path.open). When opening as text, accepts encoding parameters such as those accepted by io.TextIOWrapper. Nr,)rÚmodeÚargsÚkwargss rr5zTraversable.openrr1rcó—dS)zM The base name of this object without any parent references. Nr,r"s rÚnamezTraversable.name|r1r©N)rF)r$r%r&r'r(r)rr0Úbytesr8r r+r;r*r=r?ÚStrPathrBrEr5ÚabstractpropertyrLr,rrrr8s�€€€€€ððð Ôð ˜ -Ô0ð ð ð ñÔð ð ˜Eðððððð (¨3¤-ð¸3ððððð Ôð ˜ð ð ð ñÔð ð  Ôð ˜ð ð ð ñÔð ð  Ôð  Wð °ð ð ð ñÔð ð$ ð$¨]ð$ð$ð$ð$ð  Ôð ð ð ñÔð ð Ôð �cð ð ð ñÔð ð ð rrcó†—eZdZdZejd d„¦«Zdedej fd„Z de de fd„Z dedefd „Zdeefd „Zd S) rzI The required interface for providing traversable resources. rrcó—dS)z3Return a Traversable object for the loaded package.Nr,r"s rÚfileszTraversableResources.files‰r1rrcóv—| ¦« |¦« d¦«S)Nr3)rSrBr5rs rrz"TraversableResources.open_resource�s,€Ø�zŠz‰|Œ|×$Ò$ XÑ.Ô.×3Ò3°DÑ9Ô9Ð9rcó —t|¦«‚rMrrs rrz"TraversableResources.resource_path�s€Ý Ñ)Ô)Ð)rrcót—| ¦« |¦« ¦«SrM)rSrBr?rs rr z TraversableResources.is_resource“s*€Ø�zŠz‰|Œ|×$Ò$ TÑ*Ô*×2Ò2Ñ4Ô4Ð4rcób—d„| ¦« ¦«D¦«S)Nc3ó$K—|] }|jV—Œ dSrM)rL)Ú.0Úitems rú z0TraversableResources.contents..—s$èè€Ð=Ð=˜d�” Ð=Ð=Ð=Ð=Ð=Ð=r)rSr0r"s rr#zTraversableResources.contents–s*€Ø=Ð= d§j¢j¡l¤l×&:Ò&:Ñ&<Ô&<Ð=Ñ=Ô=Ð=rN)rr)r$r%r&r'r(r)rSrOÚioÚBufferedReaderrrrrr*r rr+r#r,rrrrƒs΀€€€€ððð  ÔðBðBðBñÔðBð: gð:°"Ô2Cð:ð:ð:ð:ð* cð*¨hð*ð*ð*ð*ð5 ð5¨Dð5ð5ð5ð5ð>˜( 3œ-ð>ð>ð>ð>ð>ð>rr)r(r\ÚosÚtypingrrrrrrr r r r r+ÚPathLikerOÚ__all__ÚABCMetar rrr,rrúrcsIðØ € € € Ø € € € Ø € € € ØNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNÐNØ.Ð.Ð.Ð.Ð.Ð.Ð.Ð.ØÐÐÐÐÐð ��R”[ Ô%Ð%Ô &€à CÐ CÐ C€ð' ð' ð' ð' ð' ˜sœ{ð' ñ' ô' ð' ðTðG ðG ðG ðG ðG �(ñG ôG ñÔðG ðT>ð>ð>ð>ð>˜>ñ>ô>ð>ð>ð>r