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

Public Member Functions

None __init__ (self, str location)
 
zipfile.ZipFile as_zipfile (self)
 

Data Fields

 location
 

Additional Inherited Members

Detailed Description

Definition at line 674 of file base.py.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
str  location 
)

Definition at line 675 of file base.py.

675 def __init__(self, location: str) -> None:
676 self.location = location
677

Referenced by Protocol.__init_subclass__().

Here is the caller graph for this function:

Member Function Documentation

◆ as_zipfile()

zipfile.ZipFile as_zipfile (   self)

Reimplemented from Wheel.

Definition at line 678 of file base.py.

678 def as_zipfile(self) -> zipfile.ZipFile:
679 return zipfile.ZipFile(self.location, allowZip64=True)
680
681
for i

References i, _PackageInfo.location, InvalidWheel.location, BaseDistribution.location(), Wheel.location, FilesystemWheel.location, MemoryWheel.location, Distribution.location(), Distribution.location, and LocationParseError.location.

Here is the call graph for this function:

Field Documentation

◆ location


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