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

Method init_plugin

src/wechaty/plugin.py:481–482  ·  view source on GitHub ↗

set wechaty to the plugin

(self, wechaty: Wechaty)

Source from the content-addressed store, hash-verified

479 self.bot = bot
480
481 async def init_plugin(self, wechaty: Wechaty) -> None:
482 """set wechaty to the plugin"""
483
484 async def blueprint(self, app: Quart) -> None:
485 """register blueprint into default web server"""

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected