We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c724d37 commit 1b87fdbCopy full SHA for 1b87fdb
domdf_python_tools/terminal_colours.py
@@ -89,6 +89,7 @@
89
"Back",
90
"Style",
91
"Cursor",
92
+ "strip_ansi",
93
]
94
95
init()
@@ -127,6 +128,8 @@ def strip_ansi(value: str) -> str:
127
128
129
:param value:
130
131
+ :rtype:
132
+
133
.. versionadded:: 1.1.0
134
"""
135
@@ -143,7 +146,7 @@ class Colour(str):
143
146
:type style: :class:`str`
144
147
:param stack: The stack to place the escape sequence on.
145
148
:type stack: :class:`~typing.List`\[:class:`str`\]
- :param reset: The escape sequence the reset the style.
149
+ :param reset: The escape sequence to reset the style.
150
:type reset: :class:`str`
151
152
0 commit comments