|
Let us walk on the 3-isogeny graph
|
Functions | |
| bool | pick_bool (*Optional[bool] values) |
| bool pick_bool | ( | *Optional[bool] | values | ) |
Pick the first non-none bool or return the last value.
Args:
*values (bool): Any number of boolean or None values.
Returns:
bool: First non-none boolean.
Definition at line 4 of file _pick.py.