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

Function foo

Lib/test/test_gdb/gdb_sample.py:3–4  ·  view source on GitHub ↗
(a, b, c)

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)
5
6def bar(a, b, c):
7 baz(a, b, c)

Calls 1

barFunction · 0.70