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

5 lines
61 B
Text

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