MCPcopy
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
61class 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
69class TRIE_VALUE(NamedTuple):

Callers 2

test_trieFunction · 0.90
get_valueMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_trieFunction · 0.72