JournalledMappingEdit
- class app.portfolio.collections.journalled.mapping.JournalledMappingEdit[source]
Bases:
Generic
JournalledMappingEdit(type: app.portfolio.collections.journalled.mapping.JournalledMappingEditType, key: K, value: V | app.portfolio.util.uid.Uid | None)
Inheritance Diagram for JournalledMappingEdit
Methods
__init__
(type, key, value)Attributes
- __init__(type: JournalledMappingEditType, key: K, value: V | Uid | None) None
- Parameters:
type (JournalledMappingEditType)
key (K)
value (V | Uid | None)
- Return type:
None
- key: K