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
| Attribute | Type | Description |
|---|---|---|
| app | `str | None` |
| func | `str | None` |
| file | `Path | None` |
| module | `str | None` |
Constructor
Signature
def State() - > None
Signature
def State() - > null