get_type_object

Function get_type_object 

Source
pub unsafe fn get_type_object<'py>(
    py: Python<'py>,
    ty: NpyTypes,
) -> *mut PyTypeObject
Expand description

Get a pointer of the type object associated with ty.