python cdef

The cdef statement is used to make C level declarations for:Variables、Structs、Unions、Enums、Functions、Extension Types。 
http://docs.cython.org/src/reference/language_basics.html#cdef

你可能感兴趣的:(python cdef)