deephaven.appmode

This module supports writing Deephaven application mode Python scripts.

class ApplicationState(j_app_state)[source]

Bases: deephaven._wrapper.JObjectWrapper

The ApplicationState represents the state of an application.

j_object_type

alias of io.deephaven.appmode.ApplicationState

get_app_state()[source]

Get the current application state object.

Raises

DHError