BaseMessage__init__
[Signature
][inspect.Signature] of the model.__init__
function.Model.__validators__
and Model.__root_validators__
from Pydantic V1.RootModel
][pydantic.root_model.RootModel].pydantic-core
SchemaSerializer
used to dump instances of the model.pydantic-core
SchemaValidator
used to validate instances of the model.FieldInfo
][pydantic.fields.FieldInfo] objects.ComputedFieldInfo
][pydantic.fields.ComputedFieldInfo] objects.extra
][pydantic.config.ConfigDict.extra]
is set to 'allow'
.Name | Description |
---|---|
uuid | Type: uuid.UUID | None Default: None |
**kwargs | Type: Any |
Name | Description |
---|---|
f | Print function. If none, python’s default print will be used. Type: Callable[…, Any] | None Default: None |