MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / plugin_status

Method plugin_status

src/wechaty/plugin.py:809–812  ·  view source on GitHub ↗

get the plugin status

(self, name: str)

Source from the content-addressed store, hash-verified

807 await self._plugins[name].on_running()
808
809 def plugin_status(self, name: str) -> PluginStatus:
810 """get the plugin status"""
811 self._check_plugins(name)
812 return self._plugin_status[name]
813
814 @property
815 def server_endpoint(self) -> str:

Callers 1

emit_eventsMethod · 0.95

Calls 1

_check_pluginsMethod · 0.95

Tested by

no test coverage detected