|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | Resource |
| class | ResourceBase |
| class | ResourceCache |
| class | ResourceContainer |
| class | ResourceFinder |
| class | ZipResourceFinder |
Functions | |
| register_finder (loader, finder_maker) | |
| finder (package) | |
| finder_for_path (path) | |
Variables | |
| logger = logging.getLogger(__name__) | |
| cache = None | |
| dict | _finder_registry |
| dict | _finder_cache = {} |
| _dummy_module = types.ModuleType(str('__dummy__')) | |
| finder | ( | package | ) |
Return a resource finder for a package. :param package: The name of the package. :return: A :class:`ResourceFinder` instance for the package.
Definition at line 313 of file resources.py.
References i.
| finder_for_path | ( | path | ) |
Return a resource finder for a path, which should represent a container. :param path: The path. :return: A :class:`ResourceFinder` instance for the path.
Definition at line 341 of file resources.py.
References i.
| register_finder | ( | loader, | |
| finder_maker | |||
| ) |
Definition at line 306 of file resources.py.
|
protected |
Definition at line 338 of file resources.py.
|
protected |
Definition at line 310 of file resources.py.
|
protected |
Definition at line 286 of file resources.py.
| cache = None |
Definition at line 24 of file resources.py.
| logger = logging.getLogger(__name__) |
Definition at line 21 of file resources.py.