bronx.syntax.decorators¶
Useful decorators.
Functions¶
- bronx.syntax.decorators.nicedeco(decorator)[source]¶
A decorator of decorator, this decorator enforces that the resulting decorated functions looks like the original one.
- bronx.syntax.decorators.nicedeco_plusdoc(doc_bonus)[source]¶
A decorator of decorator, this decorator enforces that the resulting decorated functions looks like the original one but an extra bit of documentation is added.