Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ baz
Method
baz
Lib/test/test_coroutines.py:1070–1071 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1068
1069
def
test_await_10(self):
1070
async
def
baz():
1071
return
42
1072
1073
async
def
bar():
1074
return
baz()
Callers
15
test
Function · 0.45
test_instance
Method · 0.45
common
Method · 0.45
test_repr
Method · 0.45
test_mock_calls
Method · 0.45
test_mock_call_not_equal_non_leaf
Method · 0.45
test_arg_lists
Method · 0.45
test_assert_has_calls
Method · 0.45
test_assert_has_calls_nested_without_spec
Method · 0.45
test_adding_child_mock
Method · 0.45
test_attach_mock
Method · 0.45
test_seal_with_autospec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected