Articles with tag: python

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 »