Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
126
def
CommandWhitespace() -> str:
127
""
"消息命令与参数之间的空白"
""
128
return
Depends(_command_whitespace)
129
130
131
def
_shell_command_args(state: T_State) -> Any:
Callers
2
__call__
Method · 0.90
command_whitespace
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected