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

Function async_func

Lib/test/test_unittest/testmock/testasync.py:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 def __await__(self): yield
35
36async def async_func(): pass
37
38async def async_func_args(a, b, *, c): pass
39

Callers 2

test_asyncMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected