Searched refs:_init_pos_args (Results 1 – 1 of 1) sorted by relevance
4143 _init_pos_args(PyObject *self, PyTypeObject *type, in _init_pos_args() function4152 index = _init_pos_args(self, type->tp_base, in _init_pos_args()4213 int res = _init_pos_args(self, Py_TYPE(self), in Struct_init()