Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
def
foo(a, b, c):
4
bar(a=a, b=b, c=c)
5
6
def
bar(a, b, c):
7
baz(a, b, c)
Callers
15
gdb_sample.py
File · 0.70
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started
Method · 0.50
test_wait_for_timeout_less_then_0_or_0
Method · 0.50
test_wait_for
Method · 0.50
test_wait_for_waits_for_task_cancellation_w_timeout_0
Method · 0.50
test_wait_for_reraises_exception_during_cancellation
Method · 0.50
test_iscoroutine
Method · 0.50
test_iscoroutine_generator
Method · 0.50
test_async_def_coroutines
Method · 0.50
runner
Method · 0.50
runner
Method · 0.50
test_run_until_complete_loop_orphan_future_close_loop
Method · 0.50
Calls
1
bar
Function · 0.70
Tested by
15
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started
Method · 0.40
test_wait_for_timeout_less_then_0_or_0
Method · 0.40
test_wait_for
Method · 0.40
test_wait_for_waits_for_task_cancellation_w_timeout_0
Method · 0.40
test_wait_for_reraises_exception_during_cancellation
Method · 0.40
test_iscoroutine
Method · 0.40
test_iscoroutine_generator
Method · 0.40
test_async_def_coroutines
Method · 0.40
runner
Method · 0.40
runner
Method · 0.40
test_run_until_complete_loop_orphan_future_close_loop
Method · 0.40
runner
Method · 0.40