Skip to main content

State

This class serves as a data container for tracking the execution context of an application. It stores metadata including the application name, function name, file path, and module name to maintain state across different components.

Attributes

AttributeTypeDescription
app`strNone`
func`strNone`
file`PathNone`
module`strNone`

Constructor

Signature

def State() - > None

Signature

def State() - > null