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

Method __del__

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

Source from the content-addressed store, hash-verified

139 raise RuntimeError("Failed to create string list buffer.")
140
141 def __del__(self):
142 if self._handle and self._own:
143 Library.framework().MaaStringListBufferDestroy(self._handle)
144
145 def get(self) -> list[str]:
146 """获取字符串列表 / Get string list

Callers

nothing calls this directly

Calls 1

frameworkMethod · 0.80

Tested by

no test coverage detected