-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
I find that I want to inspect the arguments and return value of a function whenever it's called, but right now I have to go to every line that calls it and add ic() around the call. Moreover, that doesn't even work because it's a Flask function and something messes up.
It would be much better if I could do something like:
@ic
def foo(bar, baz):
return bar + bazAnd get the arguments and return value printed every time the function got called.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels