Core

Application(self, argv)

Application class.

Fragment(self, arg0)

Fragment class.

Operator(self, arg0, arg1, *args, **kwargs)

Operator class.

Condition(self, *args, **kwargs)

Class representing a condition.

ConditionType(self, value)

Enum class for Condition types.

AppContext(args[, runtime_env])

A class to store the context of an application.

ExecutionContext

Class representing an execution context.

OperatorSpec

alias of holoscan.core._core.PyOperatorSpec

IOType(value)

An enumeration.

InputContext

Class representing an input context.

OutputContext

Class representing an output context.

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.