macroeco.misc.log_start_end¶
- macroeco.misc.log_start_end(f)¶
Decorator to log start and end of function
Use of decorator module here ensures that argspec will inspect wrapped function, not the decorator itself. http://micheles.googlecode.com/hg/decorator/documentation.html