Dont think it works, tried few examples, it throws NotImplementedError at me all the time. Any hint?
~/anaconda3/lib/python3.7/site-packages/pysnooper/tracer.py in get_source_from_frame(frame)
75 pass
76 if source is None:
---> 77 raise NotImplementedError
78
79 # If we just read the source from a file, or if the loader did not
~/anaconda3/lib/python3.7/site-packages/pysnooper/tracer.py in get_source_from_frame(frame) 75 pass 76 if source is None: ---> 77 raise NotImplementedError 78 79 # If we just read the source from a file, or if the loader did not
NotImplementedError: