MCPcopy Index your code
hub / github.com/python/cpython / gdb_sample.py

File gdb_sample.py

Lib/test/test_gdb/gdb_sample.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Sample script for use by test_gdb
2
3def foo(a, b, c):
4 bar(a=a, b=b, c=c)

Callers

nothing calls this directly

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected