MCPcopy
hub / github.com/wechaty/python-wechaty / get_wechaty

Method get_wechaty

src/wechaty/accessory.py:122–126  ·  view source on GitHub ↗

doc

(cls)

Source from the content-addressed store, hash-verified

120
121 @classmethod
122 def get_wechaty(cls) -> Wechaty:
123 """doc"""
124 if cls._wechaty is None:
125 raise AttributeError('wechaty not found')
126 return cls._wechaty
127
128 @property
129 def puppet(self) -> Puppet:

Callers 4

from_jsonMethod · 0.80
searchMethod · 0.80
from_jsonMethod · 0.80

Calls

no outgoing calls