You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: