Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ CommandStart
Function
CommandStart
nonebot/params.py:117–119 ·
view source on GitHub ↗
消息命令开头
()
Source
from the content-addressed store, hash-verified
115
116
117
def
CommandStart() -> str:
118
""
"消息命令开头"
""
119
return
Depends(_command_start)
120
121
122
def
_command_whitespace(state: T_State) -> str:
Callers
1
command_start
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected