[][src]Function pyo3::typeob::initialize_type

pub fn initialize_type<T>(py: Python, module_name: Option<&str>) -> PyResult<()> where
    T: PyObjectAlloc<T> + PyTypeInfo

Register new type in python object system.