|
|
Optional | _tempdir_registry = None |
| |
Manages temp directory behavior
◆ get_delete()
| bool pip._internal.utils.temp_dir.TempDirectoryTypeRegistry.get_delete |
( |
|
self, |
|
|
str |
kind |
|
) |
| |
Get configured auto-delete flag for a given TempDirectory type,
default True.
◆ set_delete()
| None pip._internal.utils.temp_dir.TempDirectoryTypeRegistry.set_delete |
( |
|
self, |
|
|
str |
kind, |
|
|
bool |
value |
|
) |
| |
Indicate whether a TempDirectory of the given kind should be
auto-deleted.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py