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

Method wrap

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

Source from the content-addressed store, hash-verified

1054
1055 def test_await_9(self):
1056 def wrap():
1057 return bar
1058
1059 async def bar():
1060 return 42

Callers 1

test_nobreak_longMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected