artemis.decorators

Various decorator methods

Module Contents

artemis.decorators.timethis(func)
artemis.decorators.iterable(cls)

Generate a dictionary from class properties Used to encapulate default values for configurable class properties

Stack Overflow “proper way to use kwargs in python”