Open jlfwong opened 11 years ago
def foo(): @line_profile def foo_inner(): pass
This won't work because the reference to foo changes (local variable I believe)
This won't work because the reference to foo changes (local variable I believe)