Let us walk on the 3-isogeny graph
|
Functions | |
str | find_ordinal (int pos_num) |
str | to_ordinal (int pos_num) |
str | get_callback_name (typing.Callable[..., typing.Any] cb) |
float | to_seconds (time_unit_type time_unit) |
Variables | |
int | MAX_WAIT = sys.maxsize / 2 |
time_unit_type = typing.Union[int, float, timedelta] | |
str find_ordinal | ( | int | pos_num | ) |
Definition at line 27 of file _utils.py.
References pip._vendor.tenacity._utils.find_ordinal().
Referenced by pip._vendor.tenacity._utils.find_ordinal().
str get_callback_name | ( | typing.Callable[..., typing.Any] | cb | ) |
Get a callback fully-qualified name. If no name can be produced ``repr(cb)`` is called and returned.
Definition at line 47 of file _utils.py.
References i.
str to_ordinal | ( | int | pos_num | ) |
float to_seconds | ( | time_unit_type | time_unit | ) |