Searched refs:dict_ptr (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/pybind11/include/pybind11/detail/ | ||
H A D | class.h | 337 PyObject **dict_ptr = _PyObject_GetDictPtr(self); local 338 if (dict_ptr) 339 Py_CLEAR(*dict_ptr); |
Completed in 6 milliseconds