Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_tkinter.c.h521 _tkinter_tkapp_mainloop_impl(TkappObject *self, int threshold);
540 return_value = _tkinter_tkapp_mainloop_impl(self, threshold); in _tkinter_tkapp_mainloop()
/third_party/python/Modules/
D_tkinter.c2918 _tkinter_tkapp_mainloop_impl(TkappObject *self, int threshold) in _tkinter_tkapp_mainloop_impl() function