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

Method __del__

source/binding/Python/maa/buffer.py:557–559  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

555 raise RuntimeError("Failed to create rect buffer.")
556
557 def __del__(self):
558 if self._handle and self._own:
559 Library.framework().MaaRectDestroy(self._handle)
560
561 def get(self) -> Rect:
562 """获取矩形数据 / Get rectangle data

Callers

nothing calls this directly

Calls 1

frameworkMethod · 0.80

Tested by

no test coverage detected