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 401b1f5 commit bca663cCopy full SHA for bca663c
1 file changed
Lib/_colorize.py
@@ -199,6 +199,7 @@ class Difflib(ThemeSection):
199
reset: str = ANSIColors.RESET
200
201
202
+@dataclass(frozen=True, kw_only=True)
203
class FancyCompleter(ThemeSection):
204
# functions and methods
205
function: str = ANSIColors.BOLD_BLUE
0 commit comments