class documentation

class ApplicationManifest(Data): (source)

Constructor: ApplicationManifest(*args, **kwargs)

View In Hierarchy

Undocumented

Class Variable excludePlugins Undocumented
Class Variable locales Undocumented
Class Variable plugins Undocumented
Class Variable withFallbackConfig Undocumented
Class Variable withStrictConfig Undocumented

Inherited from Data:

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
excludePlugins: Optional[list[str]] = (source)

Undocumented

locales: list[str] = (source)

Undocumented

plugins: Optional[list[ApplicationManifestPlugin]] = (source)

Undocumented

withFallbackConfig: bool = (source)

Undocumented

withStrictConfig: bool = (source)

Undocumented