Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
def
foo(a, b, c):
4
bar(a=a, b=b, c=c)
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected