class documentation

class WindowsCommandSpec(CommandSpec): (source)

View In Hierarchy

Undocumented

Class Variable split_args Undocumented

Inherited from CommandSpec:

Class Method best Choose the best CommandSpec class based on environmental conditions.
Class Method from_environment Undocumented
Class Method from_param Construct a CommandSpec from a parameter to build_scripts, which may be None.
Class Method from_string Construct a command spec from a simple string representing a command line parseable by shlex.split.
Method as_header Undocumented
Method install_options Undocumented
Instance Variable options Undocumented
Class Method _sys_executable Undocumented
Static Method _extract_options Extract any options from the first line of the script.
Static Method _render Undocumented
Static Method _strip_quotes Undocumented