vcorelib
.platform
index
/home/vkottler/src/vkottler/workspace/vcorelib/vcorelib/platform/__init__.py
A module implementing utilities for performing tasks on differing platforms.
Package Contents
Functions
is_windows
() -> bool
Determine if the current platform is Windows or not.
reconcile_platform
(program: str, args: Iterable[str]) -> Tuple[str, List[str]]
Handle arguments for Windows. You cannot run a program directly on Windows
under any circumstance, so pass arguments through to the shell.