Searched refs:type_incref (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h27 inline PyTypeObject *type_incref(PyTypeObject *type) { function
67 type->tp_base = type_incref(&PyProperty_Type);
181 type->tp_base = type_incref(&PyType_Type);
384 type->tp_base = type_incref(&PyBaseObject_Type);
577 type->tp_base = type_incref((PyTypeObject *)base);

Completed in 6 milliseconds