Entity

class app.portfolio.models.entity.entity.Entity[source]

Bases: EntityBase[TypeVar], EmptyClass, Generic

Inheritance diagram of Entity

Inheritance Diagram for Entity

Methods

model_post_init(context)

Attributes

model_config

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.

model_post_init(context: Any) None
Parameters:

context (Any)

Return type:

None