Package park :: Package util :: Module trace

Module trace

source code

Decorators for function signature checking and function tracing.
Functions
 
trace(fn)
Function trace decorator
source code
 
traceargs(fn)
Function trace decorator, shows args
source code
 
tracereturn(fn)
Function trace decorator, shows return value
source code
 
traceall(fn)
Function trace decorator, shows args and return value
source code