Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyCurses_API

3327     static void *PyCurses_API[PyCurses_API_pointers];
3334 PyCurses_API[0] = (void *)&PyCursesWindow_Type;
3335 PyCurses_API[1] = (void *)func_PyCursesSetupTermCalled;
3336 PyCurses_API[2] = (void *)func_PyCursesInitialised;
3337 PyCurses_API[3] = (void *)func_PyCursesInitialisedColor;
3351 c_api_object = PyCapsule_New(PyCurses_API, PyCurses_CAPSULE_NAME, NULL);