Home
last modified time | relevance | path

Searched refs:_init_pos_args (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c4143 _init_pos_args(PyObject *self, PyTypeObject *type, in _init_pos_args() function
4152 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()