Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5229 comerror_init(PyObject *self, PyObject *args, PyObject *kwds) in comerror_init() function
5300 (initproc)comerror_init, /* tp_init */
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5489 comerror_init(PyObject *self, PyObject *args) in comerror_init() function
5520 { "__init__", comerror_init, METH_VARARGS },