Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wechaty/python-wechaty
/ on_stoped
Method
on_stoped
src/wechaty/plugin.py:571–572 ·
view source on GitHub ↗
hook the plugin when stoped
(self)
Source
from the content-addressed store, hash-verified
569
""
"hook the plugin when loaded"
""
570
571
async
def
on_stoped(self) -> None:
572
""
"hook the plugin when stoped"
""
573
574
async
def
on_running(self) -> None:
575
""
"hook the plugin event when active"
""
Callers
1
stop_plugin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected