MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / bar

Function bar

src/15/diagnosing_segmentation_faults/example.py:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 sample.die()
7
8def bar():
9 print('About to call the function that dies')
10 foo()
11
12def spam():
13 print('About to call the function that calls the function that dies')

Callers 1

spamFunction · 0.85

Calls 1

fooFunction · 0.85

Tested by

no test coverage detected