MCPcopy Index your code
hub / github.com/python/cpython / _supports_vt

Function _supports_vt

Lib/_pyrepl/windows_console.py:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 pass
125
126def _supports_vt():
127 try:
128 return nt._supports_virtual_terminal()
129 except AttributeError:
130 return False
131
132class WindowsConsole(Console):
133 def __init__(

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…