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

Method c_arg

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

Source from the content-addressed store, hash-verified

1276
1277 @property
1278 def c_arg(self) -> ctypes.c_void_p:
1279 return ctypes.c_void_p.from_buffer(ctypes.py_object(self))
1280
1281 @abstractmethod
1282 def connect(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected