alexmojaki/snoop

Decorating the entire class

astr0gator opened this issue · 0 comments

In pysnooper I can add decorator before the class so that all methods are available for snooping. Doing the same with snoop gives TypeError: compile() arg 1 must be a string, bytes or AST object. I'm new with snooping, any help would be appreciated.