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

Public Member Functions

None __post_init__ (self)
 

Data Fields

 hashes
 

Static Public Attributes

Optional hashes [Dict[str, str]]
 

Detailed Description

Information about a core metadata file associated with a distribution.

Definition at line 99 of file link.py.

Member Function Documentation

◆ __post_init__()

None __post_init__ (   self)

Definition at line 104 of file link.py.

104 def __post_init__(self) -> None:
105 if self.hashes is not None:
106 assert all(name in _SUPPORTED_HASHES for name in self.hashes)
107
108

References ArchiveInfo.hashes, MetadataFile.hashes, _CleanResult.hashes, InstallRequirement.hashes(), and Constraint.hashes.

Here is the call graph for this function:

Field Documentation

◆ hashes [1/2]

Optional hashes [Dict[str, str]]
static

◆ hashes [2/2]


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