|
Let us walk on the 3-isogeny graph
|
Functions | |
| "ConsoleRenderable" | render_scope ("Mapping[str, Any]" scope, *Optional[TextType] title=None, bool sort_keys=True, bool indent_guides=False, Optional[int] max_length=None, Optional[int] max_string=None) |
| None | test (float foo, float bar) |
| "ConsoleRenderable" render_scope | ( | "Mapping[str, Any]" | scope, |
| *Optional[TextType] | title = None, |
||
| bool | sort_keys = True, |
||
| bool | indent_guides = False, |
||
| Optional[int] | max_length = None, |
||
| Optional[int] | max_string = None |
||
| ) |
Render python variables in a given scope.
Args:
scope (Mapping): A mapping containing variable names and values.
title (str, optional): Optional title. Defaults to None.
sort_keys (bool, optional): Enable sorting of items. Defaults to True.
indent_guides (bool, optional): Enable indentation guides. Defaults to False.
max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation.
Defaults to None.
max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to None.
Returns:
ConsoleRenderable: A renderable object.
Definition at line 14 of file scope.py.
References i.
| None test | ( | float | foo, |
| float | bar | ||
| ) |
Definition at line 75 of file scope.py.
References pip._vendor.rich.scope.test().
Referenced by pip._vendor.rich.scope.test().

