Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ to_me
Function
to_me
nonebot/rule.py:738–741 ·
view source on GitHub ↗
匹配与机器人有关的事件。
()
Source
from the content-addressed store, hash-verified
736
737
738
def
to_me() -> Rule:
739
""
"匹配与机器人有关的事件。"
""
740
741
return
Rule(ToMeRule())
742
743
744
class
IsTypeRule:
Callers
2
echo.py
File · 0.90
test_to_me
Function · 0.90
Calls
2
Rule
Class · 0.90
ToMeRule
Class · 0.85
Tested by
1
test_to_me
Function · 0.72