MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / _wait

Method _wait

source/binding/Python/maa/controller.py:577–578  ·  view source on GitHub ↗
(self, maaid: int)

Source from the content-addressed store, hash-verified

575 return Library.framework().MaaControllerStatus(self._handle, maaid)
576
577 def _wait(self, maaid: int) -> MaaStatus:
578 return Library.framework().MaaControllerWait(self._handle, maaid)
579
580 def _get_screencap(self, _: int) -> numpy.ndarray:
581 return self.cached_image

Callers

nothing calls this directly

Calls 1

frameworkMethod · 0.80

Tested by

no test coverage detected