|
Let us walk on the 3-isogeny graph
|


Public Member Functions | |
| __init__ (self, requirement_string) | |
| __eq__ (self, other) | |
| __ne__ (self, other) | |
| __contains__ (self, item) | |
| __hash__ (self) | |
| __repr__ (self) | |
Public Member Functions inherited from Requirement | |
| str | __str__ (self) |
Static Public Member Functions | |
| parse (s) | |
Data Fields | |
| unsafe_name | |
| project_name | |
| key | |
| specs | |
| extras | |
| hashCmp | |
| url | |
| specifier | |
| marker | |
Data Fields inherited from Requirement | |
| url | |
| specifier | |
Definition at line 3171 of file __init__.py.
| __init__ | ( | self, | |
| requirement_string | |||
| ) |
DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!
Reimplemented from Requirement.
Definition at line 3172 of file __init__.py.
Referenced by Protocol.__init_subclass__().

| __contains__ | ( | self, | |
| item | |||
| ) |
Definition at line 3195 of file __init__.py.
| __eq__ | ( | self, | |
| other | |||
| ) |
Definition at line 3189 of file __init__.py.
Referenced by Version.__ge__(), Version.__gt__(), Version.__le__(), Version.__ne__(), Matcher.__ne__(), Timestamp.__ne__(), and HTTPHeaderDict.__ne__().

| __hash__ | ( | self | ) |
Definition at line 3207 of file __init__.py.
Referenced by Style.__eq__(), and Style.__ne__().

| __ne__ | ( | self, | |
| other | |||
| ) |
Definition at line 3192 of file __init__.py.
| __repr__ | ( | self | ) |
Reimplemented from Requirement.
Definition at line 3210 of file __init__.py.
|
static |
Definition at line 3214 of file __init__.py.
Referenced by Style.normalize().

| extras |
Definition at line 3179 of file __init__.py.
Referenced by ExtrasCandidate.__eq__(), ExtrasCandidate.__hash__(), ExtrasCandidate.__repr__(), ExtrasCandidate.__str__(), Requirement.__str__(), Distribution._get_requirements(), Metadata._to_legacy(), ExtrasCandidate.format_for_error(), Metadata.get_requirements(), ExtrasCandidate.iter_dependencies(), and ExtrasCandidate.name().
| hashCmp |
Definition at line 3180 of file __init__.py.
| key |
Definition at line 3177 of file __init__.py.
Referenced by Matcher.__eq__(), Matcher.__hash__(), and SelfCheckState.set().
| marker |
Definition at line 3185 of file __init__.py.
| project_name |
Definition at line 3177 of file __init__.py.
Referenced by SimpleScrapingLocator._process_download(), _InstallRequirementBackedCandidate.name(), and AlreadyInstalledCandidate.name().
| specifier |
Definition at line 3183 of file __init__.py.
Referenced by Constraint.__and__(), Constraint.__bool__(), RequiresPythonRequirement.__repr__(), Requirement.__str__(), RequiresPythonRequirement.get_candidate_lookup(), InstallRequirement.is_pinned(), Constraint.is_satisfied_by(), and RequiresPythonRequirement.is_satisfied_by().
| specs |
Definition at line 3178 of file __init__.py.
| unsafe_name |
Definition at line 3175 of file __init__.py.
| url |
Definition at line 3182 of file __init__.py.
Referenced by Requirement.__init__(), HTMLLinkParser.__init__(), RequestError.__reduce__(), IndexContent.__str__(), Url.__str__(), PackageIndex._url_for_path(), PackageIndex.check_credentials(), PreparedRequest.copy(), PackageIndex.encode_request(), RequestEncodingMixin.path_url(), Request.prepare(), PreparedRequest.prepare_auth(), PreparedRequest.prepare_url(), PyPIRCFile.read(), DirectUrl.redacted_url(), and PackageIndex.search().