Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ CMD_RESULT
Class
CMD_RESULT
nonebot/rule.py:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
class
CMD_RESULT(TypedDict):
62
command: tuple[str, ...] | None
63
raw_command: str | None
64
command_arg: Message | None
65
command_start: str | None
66
command_whitespace: str | None
67
68
69
class
TRIE_VALUE(NamedTuple):
Callers
2
test_trie
Function · 0.90
get_value
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_trie
Function · 0.72