Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
traceback.py File Reference

Go to the source code of this file.

Data Structures

class  Frame
 
class  _SyntaxError
 
class  Stack
 
class  Trace
 
class  PathHighlighter
 
class  Traceback
 

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.rich
 
namespace  pip._vendor.rich.traceback
 

Functions

Callable[[Type[BaseException], BaseException, Optional[TracebackType]], Any] install (*Optional[Console] console=None, Optional[int] width=100, int extra_lines=3, Optional[str] theme=None, bool word_wrap=False, bool show_locals=False, int locals_max_length=LOCALS_MAX_LENGTH, int locals_max_string=LOCALS_MAX_STRING, bool locals_hide_dunder=True, Optional[bool] locals_hide_sunder=None, bool indent_guides=True, Iterable[Union[str, ModuleType]] suppress=(), int max_frames=100)
 
None bar (Any a)
 
None foo (Any a)
 
None error ()
 

Variables

str WINDOWS = "Windows"
 
int LOCALS_MAX_LENGTH = 10
 
int LOCALS_MAX_STRING = 80
 
 console = Console()