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

Method get_puppet

src/wechaty/accessory.py:115–119  ·  view source on GitHub ↗

doc

(cls)

Source from the content-addressed store, hash-verified

113
114 @classmethod
115 def get_puppet(cls) -> Puppet:
116 """doc"""
117 if cls._puppet is None:
118 raise AttributeError('puppet not found')
119 return cls._puppet
120
121 @classmethod
122 def get_wechaty(cls) -> Wechaty:

Callers 10

from_jsonMethod · 0.80
createMethod · 0.80
find_allMethod · 0.80
create_from_messageMethod · 0.80
find_allMethod · 0.80
find_allMethod · 0.80
searchMethod · 0.80
addMethod · 0.80
from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by 1