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