MCPcopy
hub / github.com/nonebot/nonebot2 / CommandArg

Function CommandArg

nonebot/params.py:108–110  ·  view source on GitHub ↗

消息命令参数

()

Source from the content-addressed store, hash-verified

106
107
108def CommandArg() -> Any:
109 """消息命令参数"""
110 return Depends(_command_arg)
111
112
113def _command_start(state: T_State) -> str:

Callers 4

__call__Method · 0.90
__call__Method · 0.90
handle_echoFunction · 0.90
command_argFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected