EntityImpl
- class app.portfolio.models.entity.entity_impl.EntityImpl[source]
Bases:
EmptyClass
,Generic
Inheritance Diagram for EntityImpl
Methods
get_annotation
(cls)get_annotation_uids
(cls)get_annotations
(cls)iter_annotation_uids
(cls)iter_annotations
(cls)Attributes
- property decimal: DecimalFactory
- property forex_provider: ForexProvider
- get_annotation_record(cls: type[T]) T | None [source]
- Parameters:
cls (type[T])
- Return type:
T | None
- get_annotation_uids(cls: type[Annotation]) Sequence[Uid] [source]
- Parameters:
cls (type[Annotation])
- Return type:
- iter_annotation_uids(cls: type[Annotation]) Iterable[Uid] [source]
- Parameters:
cls (type[Annotation])
- Return type: