MCPcopy
hub / github.com/nonebot/nonebot2 / TRIE_VALUE

Class TRIE_VALUE

nonebot/rule.py:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class TRIE_VALUE(NamedTuple):
70 command_start: str
71 command: tuple[str, ...]
72
73
74parser_message: ContextVar[str] = ContextVar("parser_message")

Callers 3

test_trieFunction · 0.90
commandFunction · 0.85
shell_commandFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_trieFunction · 0.72