Skip to main content

ModuleExecSlot

Type Alias ModuleExecSlot 

Source
pub type ModuleExecSlot = unsafe extern "C" fn(*mut PyObject) -> c_int;
Expand description

Type of the exec slot used to initialise module contents

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here