BaseConfig.model_post_init#

BaseConfig.model_post_init(_BaseModel__context)#

Override this method to perform additional initialization after __init__ and model_construct. This is useful if you want to do some validation that requires the entire model to be initialized.

Parameters:

_BaseModel__context (Any)

Return type:

None