tzickel / bytehook

a python framework for hooking pure python functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Byte code is not working with class

sahooomprakash opened this issue · comments

Thanks you fro sharing the code.
If passing from function its working perfectly fine, but if passing the method(instancemethod of a class) the bytehook is not working, getting error instantiate method has no attribute func_code.