Skip to main content

PyState_FindModule

Function PyState_FindModule 

pub unsafe extern "C" fn PyState_FindModule(
    arg1: *mut PyModuleDef,
) -> *mut PyObject
Available on crate feature tls only.