简单的Coder

Code is my life, that's it.

跟踪Python嵌套函数调用

今天在浏览Google Reader的时候发现一个好用的工具函数,用来跟踪嵌套调用函数方便debug。
原文:Easy tracing of nested function calls in Python

其实是一个装饰器类:

Comments