Skip to main content

AppLoader

Default loader used when an app is specified.

Constructor

Signature

def AppLoader() - > null

Signature

def AppLoader(
app: str,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
appstrThe name or identifier of the application to be loaded.
**kwargsdictAdditional configuration options passed to the underlying BaseLoader.