()
| 124 | pass |
| 125 | |
| 126 | def _supports_vt(): |
| 127 | try: |
| 128 | return nt._supports_virtual_terminal() |
| 129 | except AttributeError: |
| 130 | return False |
| 131 | |
| 132 | class WindowsConsole(Console): |
| 133 | def __init__( |
no outgoing calls
no test coverage detected
searching dependent graphs…