Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dalmodule.c41 static PyTypeObject Alctype; variable
554 self = PyObject_New(alcobject, &Alctype); in newalcobject()
584 static PyTypeObject Alctype = { variable
621 if (!PyArg_ParseTuple(args, "O!:SetConfig", &Alctype, &config)) in alp_SetConfig()
1150 if (!PyArg_ParseTuple(args, "O!:SetConfig", &Alctype, &config)) in alp_setconfig()
1349 if (!PyArg_ParseTuple(args, "ss|O!:OpenPort", &name, &dir, &Alctype, &config)) in al_OpenPort()
1818 if (!PyArg_ParseTuple(args, "ss|O!:OpenPort", &name, &dir, &Alctype, &config)) in al_openport()