ACIL FM
Dark
Refresh
Current DIR:
/opt/alt/python313/lib64/python3.13/test/test_importlib
/
opt
alt
python313
lib64
python3.13
test
test_importlib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
builtin
-
chmod
Open
Rename
Delete
extension
-
chmod
Open
Rename
Delete
frozen
-
chmod
Open
Rename
Delete
import_
-
chmod
Open
Rename
Delete
metadata
-
chmod
Open
Rename
Delete
namespace_pkgs
-
chmod
Open
Rename
Delete
partial
-
chmod
Open
Rename
Delete
resources
-
chmod
Open
Rename
Delete
source
-
chmod
Open
Rename
Delete
__pycache__
-
chmod
Open
Rename
Delete
abc.py
2.22 MB
chmod
View
DL
Edit
Rename
Delete
test_abc.py
31.29 MB
chmod
View
DL
Edit
Rename
Delete
test_api.py
18.25 MB
chmod
View
DL
Edit
Rename
Delete
test_lazy.py
7.84 MB
chmod
View
DL
Edit
Rename
Delete
test_locks.py
4.67 MB
chmod
View
DL
Edit
Rename
Delete
test_namespace_pkgs.py
12.14 MB
chmod
View
DL
Edit
Rename
Delete
test_pkg_import.py
2.75 MB
chmod
View
DL
Edit
Rename
Delete
test_spec.py
26.27 MB
chmod
View
DL
Edit
Rename
Delete
test_threaded_import.py
9.71 MB
chmod
View
DL
Edit
Rename
Delete
test_util.py
33.27 MB
chmod
View
DL
Edit
Rename
Delete
test_windows.py
6.69 MB
chmod
View
DL
Edit
Rename
Delete
threaded_import_hangers.py
1.45 MB
chmod
View
DL
Edit
Rename
Delete
util.py
12.99 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
142 B
chmod
View
DL
Edit
Rename
Delete
__main__.py
58 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/alt/python313/lib64/python3.13/test/test_importlib/abc.py
import abc class FinderTests(metaclass=abc.ABCMeta): """Basic tests for a finder to pass.""" @abc.abstractmethod def test_module(self): # Test importing a top-level module. pass @abc.abstractmethod def test_package(self): # Test importing a package. pass @abc.abstractmethod def test_module_in_package(self): # Test importing a module contained within a package. # A value for 'path' should be used if for a meta_path finder. pass @abc.abstractmethod def test_package_in_package(self): # Test importing a subpackage. # A value for 'path' should be used if for a meta_path finder. pass @abc.abstractmethod def test_package_over_module(self): # Test that packages are chosen over modules. pass @abc.abstractmethod def test_failure(self): # Test trying to find a module that cannot be handled. pass class LoaderTests(metaclass=abc.ABCMeta): @abc.abstractmethod def test_module(self): """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__ """ pass @abc.abstractmethod def test_package(self): """Loading a package should work. After the loader returns the module should be in sys.modules. Attributes to verify: * __name__ * __file__ * __package__ * __path__ * __loader__ """ pass @abc.abstractmethod def test_lacking_parent(self): """A loader should not be dependent on it's parent package being imported.""" pass @abc.abstractmethod def test_state_after_failure(self): """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.""" pass @abc.abstractmethod def test_unloadable(self): """Test ImportError is raised when the loader is asked to load a module it can't.""" pass
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply