class documentation

class CollectionHistory(object):

View In Hierarchy

Overrides AttributeHistory to receive append/remove events directly.
Method __init__ Undocumented
Method add​_added Undocumented
Method add​_removed Undocumented
Method as​_history Undocumented
Method indexed Undocumented
Instance Variable ​_reconcile​_collection Undocumented
Instance Variable added​_items Undocumented
Instance Variable deleted​_items Undocumented
Instance Variable unchanged​_items Undocumented
Property added​_plus​_unchanged Undocumented
Property all​_items Undocumented
def __init__(self, attr, state, apply_to=None):

Undocumented

def add_added(self, value):

Undocumented

def add_removed(self, value):

Undocumented

def as_history(self):

Undocumented

def indexed(self, index):

Undocumented

_reconcile_collection: bool =

Undocumented

added_items =

Undocumented

deleted_items =

Undocumented

unchanged_items =

Undocumented

@property
added_plus_unchanged =

Undocumented

@property
all_items =

Undocumented