Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c566 PyCursesWindow_AttrSet(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_AttrSet() function
1577 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c844 PyCursesWindow_AttrSet(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_AttrSet() function
2001 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},