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.7/test/test_importlib/__pycache__/abc.cpython-37.pyc
B

��g��@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.cCsdS)N�)�selfrr�3/usr/local/lib/python3.7/test/test_importlib/abc.py�test_moduleszFinderTests.test_modulecCsdS)Nr)rrrr�test_package
szFinderTests.test_packagecCsdS)Nr)rrrr�test_module_in_packagesz"FinderTests.test_module_in_packagecCsdS)Nr)rrrr�test_package_in_packagesz#FinderTests.test_package_in_packagecCsdS)Nr)rrrr�test_package_over_modulesz$FinderTests.test_package_over_modulecCsdS)Nr)rrrr�test_failure#szFinderTests.test_failureN)�__name__�
__module__�__qualname__�__doc__�abc�abstractmethodrrrr	r
rrrrrrsr)�	metaclassc@sReZdZejdd��Zejdd��Zejdd��Zejdd��Zejd	d
��Z	dS)�LoaderTestscCsdS)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__

        Nr)rrrrr+szLoaderTests.test_modulecCsdS)aLoading a package should work.

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

        Attributes to verify:

            * __name__
            * __file__
            * __package__
            * __path__
            * __loader__

        Nr)rrrrr;szLoaderTests.test_packagecCsdS)zOA loader should not be dependent on it's parent package being
        imported.Nr)rrrr�test_lacking_parentLszLoaderTests.test_lacking_parentcCsdS)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.Nr)rrrr�test_state_after_failureRsz$LoaderTests.test_state_after_failurecCsdS)zVTest ImportError is raised when the loader is asked to load a module
        it can't.Nr)rrrr�test_unloadableYszLoaderTests.test_unloadableN)
rr
rrrrrrrrrrrrr)s
r)r�ABCMetarrrrrr�<module>s%