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

Method is_ready

src/wechaty/accessory.py:93–98  ·  view source on GitHub ↗

check if payload is ready :return:

(self)

Source from the content-addressed store, hash-verified

91 self._payload = value
92
93 def is_ready(self) -> bool:
94 """
95 check if payload is ready
96 :return:
97 """
98 return self._puppet is not None and self._payload is not None
99
100 @classmethod
101 def set_puppet(cls, new_puppet: Puppet) -> None:

Callers 8

readyMethod · 0.80
readyMethod · 0.80
__str__Method · 0.80
sayMethod · 0.80
aliasMethod · 0.80
__str__Method · 0.80
readyMethod · 0.80
readyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected