Skip to main content

PyModule_New

Function PyModule_New 

pub unsafe extern "C" fn PyModule_New(
    name: *const i8,
) -> *mut PyObject
Available on crate feature tls only.