decotrace

Function/method/class call tracing decorator
Download

decotrace Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Publisher Name:
  • Nathan Wilcox
  • Publisher web site:
  • https://bitbucket.org/nejucomo/

decotrace Tags


decotrace Description

Function/method/class call tracing decorator decotrace is a Python module that provides a function, method, and class decorator which sends messages about call arguments, return values, and exceptions to an arbitrary output function.The default output function is to write to sys.stderr, but a common use case is to provide a logging context.Installation:pip install decotrace Requirements: · Python


decotrace Related Software