Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | ReprError |
class | Foo |
Namespaces | |
namespace | pip |
namespace | pip._vendor |
namespace | pip._vendor.rich |
namespace | pip._vendor.rich.repr |
Functions | |
Type[T] | auto (Optional[Type[T]] cls) |
Callable[[Type[T]], Type[T]] | auto (*bool angular=False) |
Union[Type[T], Callable[[Type[T]], Type[T]]] | auto (Optional[Type[T]] cls=None, *Optional[bool] angular=None) |
Type[T] | rich_repr (Optional[Type[T]] cls) |
Callable[[Type[T]], Type[T]] | rich_repr (*bool angular=False) |
Union[Type[T], Callable[[Type[T]], Type[T]]] | rich_repr (Optional[Type[T]] cls=None, *bool angular=False) |
Variables | |
T = TypeVar("T") | |
Result = Iterable[Union[Any, Tuple[Any], Tuple[str, Any], Tuple[str, Any, Any]]] | |
RichReprResult = Result | |
foo | |
console = Console() | |
width | |
angular | |