JournalledSetEdit

class app.portfolio.collections.journalled.set.generic_set.JournalledSetEdit[source]

Bases: Generic

JournalledSetEdit(type: app.portfolio.collections.journalled.set.generic_set.JournalledSetEditType, value: T | app.portfolio.util.uid.Uid)

Inheritance diagram of JournalledSetEdit

Inheritance Diagram for JournalledSetEdit

Methods

__init__(type, value)

Attributes

type

value

__init__(type: JournalledSetEditType, value: T | Uid) None
Parameters:
Return type:

None

type: JournalledSetEditType
value: T | Uid