Files
pre-commit-hooks/testing/resources/file_with_debug.notpy
2014-04-13 22:21:42 -07:00

6 lines
61 B
Plaintext

def foo(obj):
import pdb; pdb.set_trace()
return 5