Entity
- class app.portfolio.models.entity.entity.Entity[source]
Bases:
EntityBase[TypeVar]
,EmptyClass
,Generic
Inheritance Diagram for Entity
Methods
model_post_init
(context)Attributes
Configuration for the model, should be a dictionary conforming to
ConfigDict
.instance_name
uid
entity_log
entity_dependents
instance_parent_weakref
- model_config: ClassVar[ConfigDict] = {'extra': 'allow', 'frozen': True, 'serialize_by_alias': True, 'validate_assignment': True, 'validate_by_alias': True}
Configuration for the model, should be a dictionary conforming to
ConfigDict
.