Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wechaty/python-wechaty
/ number_task
Function
number_task
tests/utils_test.py:9–13 ·
view source on GitHub ↗
just return the original number
(num: int)
Source
from the content-addressed store, hash-verified
7
8
9
async
def
number_task(num: int):
10
""
"
11
just
return
the original number
12
""
"
13
return
num
14
15
16
@pytest.mark.asyncio
Callers
1
test_gather_tasks_with_n_concurrency
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected