vsi.windows package
Submodules
vsi.windows.console module
- vsi.windows.console.fix_ansi()[source]
There is an issue in Windows consoles with TTY support where Windows mangles ANSI codes on stdout and stderr. This function will prevent this mangling for the current python process by setting the console mode to
ENABLE_ECHO_INPUT
ifENABLE_LINE_INPUT
is enabled, which fixes the problem.
vsi.windows.find_process module
vsi.windows.named_pipes module
- class vsi.windows.named_pipes.Pipe(name, server=False)[source]
Bases:
object
Windows Named Pipe class similar to File objects
- open()[source]
- Raises:
PipeException – For an invalid handle value
PipeException – Could not connect to the named pipe
PipeException – Error pipe busy
PipeException – SetNamedPipeHandleState failed