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

Public Member Functions

str name (self)
 
str value (self)
 
str group (self)
 

Detailed Description

Definition at line 57 of file base.py.

Member Function Documentation

◆ group()

str group (   self)

Definition at line 67 of file base.py.

67 def group(self) -> str:
69
70
for i

References i.

◆ name()

str name (   self)

Definition at line 59 of file base.py.

59 def name(self) -> str:
61

References i.

Referenced by AlreadyInstalledCandidate.__eq__(), Distribution.__eq__(), ExportEntry.__eq__(), _LazyDescr.__get__(), Distribution.__hash__(), ElementState.__init__(), Requirement.__init__(), LinkHash.__post_init__(), InstallationCandidate.__repr__(), Distribution.__repr__(), Metadata.__repr__(), ExportEntry.__repr__(), Encoding.__repr__(), Color.__rich_repr__(), Layout.__rich_repr__(), InstallationCandidate.__str__(), InstalledDistribution.__str__(), EggInfoDistribution.__str__(), Requirement.__str__(), ParserElement.__str__(), Tag.__str__(), _SixMetaPathImporter._add_module(), Matcher._check_compatible(), InstallRequirement._get_archive_name(), Wheel._get_extensions(), _SixMetaPathImporter._get_module(), ConfigOptionParser._get_ordered_configuration_items(), Distribution._get_requirements(), _Cache.add(), InstallRequirement.archive(), LinkHash.as_dict(), LinkHash.as_hashes(), Wheel.build(), _Cache.clear(), Wheel.filename(), Layout.get(), InstallRequirement.get_dist(), InstalledDistribution.get_distinfo_file(), RequirementCommand.get_requirements(), Wheel.get_wheel_metadata(), InstallRequirement.install(), Wheel.install(), SpecifierRequirement.is_satisfied_by(), LinuxDistribution.linux_distribution(), Wheel.metadata(), Distribution.name_and_version(), InstallRequirement.prepare_metadata(), Distribution.provides(), Metadata.provides(), VcsSupport.register(), VersionControl.run_command(), InstallRequirement.uninstall(), Wheel.update(), and Wheel.verify().

◆ value()

str value (   self)

Definition at line 63 of file base.py.

63 def value(self) -> str:
65

References i.

Referenced by Node.__str__(), Inspect._render(), LinkHash.as_dict(), and LinkHash.as_hashes().

Here is the caller graph for this function:

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