Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ __repr__
Method
__repr__
nonebot/internal/rule.py:54–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
""
"存储 `RuleChecker`"
""
53
54
def
__repr__(self) -> str:
55
return
f
"Rule({', '.join(repr(checker) for checker in self.checkers)})"
56
57
async
def
__call__(
58
self,
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected