MCPcopy Index your code
hub / github.com/python/cpython / break_in_func

Function break_in_func

Lib/test/test_bdb.py:555–556  ·  view source on GitHub ↗
(funcname, fname=__file__, temporary=False, cond=None)

Source from the content-addressed store, hash-verified

553 sys.path.pop()
554
555def break_in_func(funcname, fname=__file__, temporary=False, cond=None):
556 return 'break', (fname, None, temporary, cond, funcname)
557
558TEST_MODULE = 'test_module_for_bdb'
559TEST_MODULE_FNAME = TEST_MODULE + '.py'

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…