It is possible to access the underlying C array of a Python array from ... import array cdef array.array a = array.array('i', [1, 2, 3]) cdef int[:] ca = a ...
確定! 回上一頁