def AwaIntegerArrayIterator_GetValue(self, iterator):
self._lib.AwaIntegerArrayIterator_GetValue.restype = c_longlong
self._lib.AwaIntegerArrayIterator_GetValue.argtypes = [c_void_p]
return self._lib.AwaIntegerArrayIterator_GetValue(iterator)
awa_common_api_wrapper.py 文件源码
python
阅读 31
收藏 0
点赞 0
评论 0
评论列表
文章目录