py_Type typedef
py_Type = Int16
An integer that represents a python type. 0
is invalid.
Implementation
typedef py_Type = ffi.Int16;
An integer that represents a python type. 0
is invalid.
typedef py_Type = ffi.Int16;