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

Method wrap

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

Source from the content-addressed store, hash-verified

1046
1047 def test_await_9(self):
1048 def wrap():
1049 return bar
1050
1051 async def bar():
1052 return 42

Callers 2

test_nobreak_longMethod · 0.45
get_argspecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected