#cytest.pyx from threading import Thread cdef class t(object): cdef int a,b,nthreads cpdef readonly list retlist def __init__(self,int nthreads,int a=10,int ...
確定! 回上一頁