从另一个文件调用 Cython cdef 函数
我想从另一个文件调用一个文件中定义的 cdef 函数。我不想将 cdef 函数更改为 cpdef,但我愿意更改第二个文件。 文件1参数.pyx cdef ...