module documentation

Undocumented

Class Local Execute a command on the local system in a subprocess.
Class Promise A promise of some future `Result`, yielded from asynchronous execution.
Class Result A container for information about the result of a command execution.
Class Runner Partially-abstract core command-running API.
Function default_encoding Obtain apparent interpreter-local default text encoding.
Function normalize_hide Undocumented
def default_encoding(): (source)

Obtain apparent interpreter-local default text encoding. Often used as a baseline in situations where we must use SOME encoding for unknown-but-presumably-text bytes, and the user has not specified an override.

def normalize_hide(val, out_stream=None, err_stream=None): (source)

Undocumented