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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2050 PyObject *self_caller = PyDict_GetItem( local
2052 if (self_caller == self.ptr())
2067 " self_caller = frame.f_locals[frame.f_code.co_varnames[0]]\n"
2068 " if self_caller == self:\n"

Completed in 12 milliseconds