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 of JournalledMappingEdit

Inheritance Diagram for JournalledMappingEdit

Methods

__init__(type, key, value)

Attributes

type

key

value

__init__(type: JournalledMappingEditType, key: K, value: V | Uid | None) None
Parameters:
Return type:

None

key: K
type: JournalledMappingEditType
value: V | Uid | None