Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ raw_command
Function
raw_command
tests/plugins/param/param_state.py:43–44 ·
view source on GitHub ↗
(raw_cmd: str = RawCommand())
Source
from the content-addressed store, hash-verified
41
42
43
async
def
raw_command(raw_cmd: str = RawCommand()) -> str:
44
return
raw_cmd
45
46
47
async
def
command_arg(cmd_arg: Message = CommandArg()) -> Message:
Callers
nothing calls this directly
Calls
1
RawCommand
Function · 0.90
Tested by
no test coverage detected