Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
36
async
def
async_func():
pass
37
38
async
def
async_func_args(a, b, *, c):
pass
39
Callers
2
test_async
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected