Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_json
Method · 0.80
search
Method · 0.80
from_json
Method · 0.80
test_accessory_classmethod_access_wechaty
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_accessory_classmethod_access_wechaty
Function · 0.64