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

Method c_handle

source/binding/Python/maa/controller.py:1274–1275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1272
1273 @property
1274 def c_handle(self) -> Any:
1275 return ctypes.pointer(self._callbacks)
1276
1277 @property
1278 def c_arg(self) -> ctypes.c_void_p:

Callers

nothing calls this directly

Calls 1

pointerMethod · 0.80

Tested by

no test coverage detected