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