Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | List of all members
pip._internal.utils.temp_dir.TempDirectoryTypeRegistry Class Reference
Collaboration diagram for pip._internal.utils.temp_dir.TempDirectoryTypeRegistry:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self)
 
None set_delete (self, str kind, bool value)
 
bool get_delete (self, str kind)
 

Static Protected Attributes

Optional _tempdir_registry = None
 

Detailed Description

Manages temp directory behavior

Member Function Documentation

◆ 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: