Let us walk on the 3-isogeny graph
|
Public Member Functions | |
__init__ (self, "RetryCallState" retry_state) | |
None | __enter__ (self) |
t.Optional[bool] | __exit__ (self, t.Optional[t.Type[BaseException]] exc_type, t.Optional[BaseException] exc_value, t.Optional["types.TracebackType"] traceback) |
Data Fields | |
retry_state | |
Manage attempt context.
Definition at line 167 of file __init__.py.
__init__ | ( | self, | |
"RetryCallState" | retry_state | ||
) |
Definition at line 170 of file __init__.py.
Referenced by Protocol.__init_subclass__().
None __enter__ | ( | self | ) |
Definition at line 173 of file __init__.py.
t.Optional[bool] __exit__ | ( | self, | |
t.Optional[t.Type[BaseException]] | exc_type, | ||
t.Optional[BaseException] | exc_value, | ||
t.Optional["types.TracebackType"] | traceback | ||
) |
Definition at line 176 of file __init__.py.
retry_state |
Definition at line 171 of file __init__.py.