BaseProviderConfig

class app.components.providers.provider.BaseProviderConfig[source]

Bases: BaseComponentConfig

Inheritance diagram of BaseProviderConfig

Inheritance Diagram for BaseProviderConfig

Methods

package_root()

Attributes

model_config

Configuration for the model, should be a dictionary conforming to ConfigDict.

package

decimal

inherited

defaulted

instance_name

instance_parent

decimal: DecimalConfig
defaulted: Default | None
inherited: Inherit | None
instance_name: str | None
instance_parent: object | None
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}

Configuration for the model, should be a dictionary conforming to ConfigDict.

package: str
package_root()[source]
Return type:

str