Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
EphemWheelCache Class Reference
Inheritance diagram for EphemWheelCache:
Collaboration diagram for EphemWheelCache:

Public Member Functions

None __init__ (self)
 
- Public Member Functions inherited from SimpleWheelCache
str get_path_for_link (self, Link link)
 
Link get (self, Link link, Optional[str] package_name, List[Tag] supported_tags)
 

Protected Attributes

 _temp_dir
 

Additional Inherited Members

- Data Fields inherited from SimpleWheelCache
 cache_dir
 
- Data Fields inherited from Cache
 cache_dir
 
- Protected Member Functions inherited from Cache
List[str] _get_cache_path_parts (self, Link link)
 
List[Any] _get_candidates (self, Link link, str canonical_package_name)
 

Detailed Description

A SimpleWheelCache that creates it's own temporary cache directory

Definition at line 174 of file cache.py.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self)

Reimplemented from SimpleWheelCache.

Definition at line 177 of file cache.py.

177 def __init__(self) -> None:
178 self._temp_dir = TempDirectory(
180 globally_managed=True,
181 )
182
183 super().__init__(self._temp_dir.path)
184
185
for i

Referenced by Protocol.__init_subclass__().

Here is the caller graph for this function:

Field Documentation

◆ _temp_dir

_temp_dir
protected

Definition at line 178 of file cache.py.


The documentation for this class was generated from the following file: