engforge.configuration
Functions
Wrap all Configurations with this decorator with the following behavior 1) we use the callback when any property changes 2) repr is default 3) hash is by object identity |
|
a convienience wrapper to add metadata to attr.ib :type title: :param title: a title that gets formatted for column headers :type desc: :param desc: a description of the property |
|
a name generator for the instance |
|
a callback for when a property changes, this will set the _anything_changed flag to True, and change value when appropriate |
|
creates attributes as per the attrs.define field_transformer use case. |
Classes
Initialize a filter. |
|
Configuration is a pattern for storing attributes that might change frequently, and proivdes the core functionality for a host of different applications. |