Core#

Application(self[, argv])

Application class.

Fragment(self, arg0)

Fragment class.

Operator(*args, **kwargs)

Base class representing either a wrapped C++ operator or native Python operator.

Condition(*args, **kwargs)

Base class representing either a wrapped C++ condition or native Python condition.

ConditionType(self, value)

Enum class for Condition types.

AppContext(args[, runtime_env])

A class to store the context of an application.

ExecutionContext

alias of PyExecutionContext

OperatorSpec

alias of PyOperatorSpec

IOType(value)

An enumeration.

InputContext

alias of PyInputContext

OutputContext

alias of PyOutputContext

RuntimeEnv([defaults])

Class responsible for managing run time settings.

init_app_context([argv, runtime_env])

Initializes the app context with arguments and well-known environment variables.

parse_args([argv])

Parses the arguments passed to the application.