ContextConfig

class app.context.context_config.ContextConfig[source]

Bases: BaseConfigModel

Inheritance diagram of ContextConfig

Inheritance Diagram for ContextConfig

Methods

model_post_init(context)

Attributes

model_config

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

decimal

providers_remap

inherited

defaulted

instance_name

instance_parent_weakref

decimal: DecimalConfig
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True, 'serialize_by_alias': True, 'validate_assignment': True, 'validate_by_alias': True}

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

model_post_init(context: Any) None
Parameters:

context (Any)

Return type:

None

providers_remap: dict[str, str]