Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_tkinter.c3129 const char * _tk_exists = NULL; in Tkapp_TkInit() local
3154 _tk_exists = Tkapp_Result(self); in Tkapp_TkInit()
3160 if (_tk_exists == NULL || strcmp(_tk_exists, "1") != 0) { in Tkapp_TkInit()