Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_tkinter.c.h513 _tkinter_tkapp_mainloop_impl(TkappObject *self, int threshold);
532 return_value = _tkinter_tkapp_mainloop_impl(self, threshold); in _tkinter_tkapp_mainloop()
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c2718 _tkinter_tkapp_mainloop_impl(TkappObject *self, int threshold) in _tkinter_tkapp_mainloop_impl() function