MCPcopy Index your code
hub / github.com/RustPython/RustPython / baz

Method baz

Lib/test/test_coroutines.py:1078–1079  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1076
1077 def test_await_10(self):
1078 async def baz():
1079 return 42
1080
1081 async def bar():
1082 return baz()

Callers 14

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
test_attribute_callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected