Let us walk on the 3-isogeny graph
|
Data Structures | |
class | _Default |
class | AdjacentTempDirectory |
class | TempDirectory |
class | TempDirectoryTypeRegistry |
Functions | |
Generator[None, None, None] | global_tempdir_manager () |
Generator[TempDirectoryTypeRegistry, None, None] | tempdir_registry () |
Variables | |
logger = logging.getLogger(__name__) | |
_T = TypeVar("_T", bound="TempDirectory") | |
tempdir_kinds | |
Optional | _tempdir_manager = None |
_default = _Default() | |
Definition at line 29 of file temp_dir.py.
Generator[TempDirectoryTypeRegistry, None, None] tempdir_registry | ( | ) |
Provides a scoped global tempdir registry that can be used to dictate whether directories should be deleted.
Definition at line 62 of file temp_dir.py.
|
protected |
Definition at line 79 of file temp_dir.py.
|
protected |
Definition at line 13 of file temp_dir.py.
|
protected |
Definition at line 25 of file temp_dir.py.
logger = logging.getLogger(__name__) |
Definition at line 11 of file temp_dir.py.
tempdir_kinds |
Definition at line 18 of file temp_dir.py.