Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils_test.py38 import Tkinter
40 Tkinter = mock.Mock() variable
274 @unittest.skipIf(isinstance(Tkinter, mock.Mock), "Tkinter mocked out, test case not needed.")
275 @mock.patch.object(Tkinter, "Tk")
Dutils.py1026 import Tkinter
1030 root = Tkinter.Tk()