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 be47b1b commit 5c2c829Copy full SHA for 5c2c829
Lib/test/test__colorize.py
@@ -14,6 +14,7 @@ def clear_env():
14
mock_env.unset(var)
15
yield mock_env
16
17
+
18
def supports_virtual_terminal():
19
if sys.platform == "win32":
20
return unittest.mock.patch("nt._supports_virtual_terminal", return_value=True)
0 commit comments