HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/local/lib/python3.10/test/test_importlib/__pycache__/abc.cpython-310.pyc
o

�i��@s4ddlZGdd�dejd�ZGdd�dejd�ZdS)�Nc@sdeZdZdZejdd��Zejdd��Zejdd��Zejdd	��Z	ejd
d��Z
ejdd
��ZdS)�FinderTestsz!Basic tests for a finder to pass.cC�dS�N���selfrr�4/usr/local/lib/python3.10/test/test_importlib/abc.py�test_module�zFinderTests.test_modulecCrrrrrrr�test_package
r
zFinderTests.test_packagecCrrrrrrr�test_module_in_package�z"FinderTests.test_module_in_packagecCrrrrrrr�test_package_in_packager
z#FinderTests.test_package_in_packagecCrrrrrrr�test_package_over_moduler
z$FinderTests.test_package_over_modulecCrrrrrrr�test_failure#r
zFinderTests.test_failureN)�__name__�
__module__�__qualname__�__doc__�abc�abstractmethodr	rrrrrrrrrrs




r)�	metaclassc@sReZdZejdd��Zejdd��Zejdd��Zejdd��Zejd	d
��Z	dS)�LoaderTestscC�dS)z�A module should load without issue.

        After the loader returns the module should be in sys.modules.

        Attributes to verify:

            * __file__
            * __loader__
            * __name__
            * No __path__

        Nrrrrrr	+szLoaderTests.test_modulecCr)aLoading a package should work.

        After the loader returns the module should be in sys.modules.

        Attributes to verify:

            * __name__
            * __file__
            * __package__
            * __path__
            * __loader__

        Nrrrrrr;szLoaderTests.test_packagecCr)zOA loader should not be dependent on it's parent package being
        imported.Nrrrrr�test_lacking_parentLr
zLoaderTests.test_lacking_parentcCr)z�If a module is already in sys.modules and a reload fails
        (e.g. a SyntaxError), the module should be in the state it was before
        the reload began.Nrrrrr�test_state_after_failureRsz$LoaderTests.test_state_after_failurecCr)zVTest ImportError is raised when the loader is asked to load a module
        it can't.Nrrrrr�test_unloadableYr
zLoaderTests.test_unloadableN)
rrrrrr	rrrrrrrrr)s



r)r�ABCMetarrrrrr�<module>s%