MCPcopy 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
9async def number_task(num: int):
10 """
11 just return the original number
12 """
13 return num
14
15
16@pytest.mark.asyncio

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected