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