Home
last modified time | relevance | path

Searched defs:wantobjects (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_ttk_textonly.py17 def wantobjects(self): member in MockTkApp
/third_party/python/Modules/clinic/
D_tkinter.c.h688 int wantobjects = 0; in _tkinter_create() local
/third_party/python/Modules/
D_tkinter.c295 int wantobjects; member
707 int interactive, int wantobjects, int wantTk, int sync, in Tkapp_New()
3069 int wantobjects = -1; in Tkapp_WantObjects() local
3232 int interactive, int wantobjects, int wantTk, int sync, in _tkinter_create_impl()
/third_party/python/Lib/tkinter/
D__init__.py42 wantobjects = 1 variable