Updater

class simframe.frame.Updater(func=None)[source]

Bases: object

Class that manages how a Group or Field is updated.

Methods

update(owner, *args, **kwargs)

Function that is called when Group or Field to which Updater belongs is being updated.

Methods Summary

update(owner, *args, **kwargs)

Function that is called when Group or Field to which Updater belongs is being updated.

Methods Documentation

update(owner, *args, **kwargs)[source]

Function that is called when Group or Field to which Updater belongs is being updated.

Parameters:
  • owner (Frame) – Parent Frame object

  • args (additional positional arguments) –

  • kwargs (additonal keyword arguments) –