SpawnFlags#

class SpawnFlags#

Flags passed to spawn_sync(), spawn_async() and spawn_async_with_pipes().

Fields#

class SpawnFlags
CHILD_INHERITS_STDERR#

The type of the None singleton.

Added in version 2.74.

CHILD_INHERITS_STDIN#

The type of the None singleton.

CHILD_INHERITS_STDOUT#

The type of the None singleton.

Added in version 2.74.

CLOEXEC_PIPES#

The type of the None singleton.

DEFAULT#

The type of the None singleton.

DO_NOT_REAP_CHILD#

The type of the None singleton.

FILE_AND_ARGV_ZERO#

The type of the None singleton.

LEAVE_DESCRIPTORS_OPEN#

The type of the None singleton.

SEARCH_PATH#

The type of the None singleton.

SEARCH_PATH_FROM_ENVP#

The type of the None singleton.

STDERR_TO_DEV_NULL#

The type of the None singleton.

STDIN_FROM_DEV_NULL#

The type of the None singleton.

Added in version 2.74.

STDOUT_TO_DEV_NULL#

The type of the None singleton.