Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
class
TRIE_VALUE(NamedTuple):
70
command_start: str
71
command: tuple[str, ...]
72
73
74
parser_message: ContextVar[str] = ContextVar(
"parser_message"
)
Callers
3
test_trie
Function · 0.90
command
Function · 0.85
shell_command
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_trie
Function · 0.72