|
2 |
edited tags
|
||
|
1 |
|
||
Python: wrapping method invocations with pre and post methodsI am instantiating a class A (which I am importing from somebody else, so I can't modify it) into my class X. Is there a way I can intercept or wrape calls to methods in A? I.e., in the code below can I call
and get the output
Many TIA!
|
||||
