Articles with tag: stack frame

Capturing invoking method information in Python

The following decorator will capture all available information regarding the method which invokes the decorated method (the invoked method). Read more »