Your IP : 216.73.217.32


Current Path : /opt/alt/python310/lib64/python3.10/test/test_importlib/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/test/test_importlib/__pycache__/abc.cpython-310.pyc

o

0�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�>/opt/alt/python310/lib64/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%