MCPcopy 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

testFunction · 0.45
test_instanceMethod · 0.45
commonMethod · 0.45
test_reprMethod · 0.45
test_mock_callsMethod · 0.45
test_arg_listsMethod · 0.45
test_assert_has_callsMethod · 0.45
test_attach_mockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected