Sign in
cobalt
/
pre-commit-hooks
/
c4c3c735fd99be1f70b89c816739c0cb0f1e9b53
/
.
/
testing
/
resources
/
file_with_debug.notpy
blob: faa23a275f5a8d50b17a5860e04a46a3c0c03e37 [
file
] [
log
] [
blame
]
def
foo
(
obj
):
import
pdb
;
pdb
.
set_trace
()
return
5