Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
errors.py
Go to the documentation of this file.
1
class
ConsoleError
(Exception):
2
"""An error in console operation."""
3
4
5
class
StyleError
(Exception):
6
"""An error in styles."""
7
8
9
class
StyleSyntaxError
(
ConsoleError
):
10
"""Style was badly formatted."""
11
12
13
class
MissingStyle
(
StyleError
):
14
"""No such style."""
15
16
17
class
StyleStackError
(
ConsoleError
):
18
"""Style stack is invalid."""
19
20
21
class
NotRenderableError
(
ConsoleError
):
22
"""Object is not renderable."""
23
24
25
class
MarkupError
(
ConsoleError
):
26
"""Markup was badly formatted."""
27
28
29
class
LiveError
(
ConsoleError
):
30
"""Error related to Live display."""
31
32
33
class
NoAltScreen
(
ConsoleError
):
34
"""Alt screen mode was required."""
pip._vendor.rich.errors.ConsoleError
Definition
errors.py:1
pip._vendor.rich.errors.LiveError
Definition
errors.py:29
pip._vendor.rich.errors.MarkupError
Definition
errors.py:25
pip._vendor.rich.errors.MissingStyle
Definition
errors.py:13
pip._vendor.rich.errors.NoAltScreen
Definition
errors.py:33
pip._vendor.rich.errors.NotRenderableError
Definition
errors.py:21
pip._vendor.rich.errors.StyleError
Definition
errors.py:5
pip._vendor.rich.errors.StyleStackError
Definition
errors.py:17
pip._vendor.rich.errors.StyleSyntaxError
Definition
errors.py:9
venv
lib
python3.12
site-packages
pip
_vendor
rich
errors.py
Generated by
1.9.8