Function pyo3::pyclass::create_type_object::no_constructor_defined

source ·
unsafe extern "C" fn no_constructor_defined(
    _subtype: *mut PyTypeObject,
    _args: *mut PyObject,
    _kwds: *mut PyObject
) -> *mut PyObject
Expand description

Default new implementation

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