Bunch

class pysit.util.util.Bunch(**kwargs)[source]

Bases: dict

An implementation of the Bunch pattern.

See also:
http://code.activestate.com/recipes/52308/ http://stackoverflow.com/questions/2641484/class-dict-self-init-args

This will likely change into something more parametersific later, so that changes in the subparameters will properly handle side effects. For now, this functions as a struct-on-the-fly.