Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c557 PyCursesWindow_AttrOn(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_AttrOn() function
1576 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c835 PyCursesWindow_AttrOn(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_AttrOn() function
2000 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},