Updater
- class simframe.frame.Updater(func=None)[source]
Bases:
objectClass that manages how a
GrouporFieldis updated.Methods
update(owner, *args, **kwargs)Function that is called when
GrouporFieldto whichUpdaterbelongs is being updated.Methods Summary
update(owner, *args, **kwargs)Function that is called when
GrouporFieldto whichUpdaterbelongs is being updated.Methods Documentation