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

Function CommandWhitespace

nonebot/params.py:126–128  ·  view source on GitHub ↗

消息命令与参数之间的空白

()

Source from the content-addressed store, hash-verified

124
125
126def CommandWhitespace() -> str:
127 """消息命令与参数之间的空白"""
128 return Depends(_command_whitespace)
129
130
131def _shell_command_args(state: T_State) -> Any:

Callers 2

__call__Method · 0.90
command_whitespaceFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected