Searched refs:_tclCommands (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py378 _tclCommands = None variable in class:Misc
384 if self._tclCommands is not None:
385 for name in self._tclCommands:
388 self._tclCommands = None
396 self._tclCommands.remove(name)
1160 if self._tclCommands is None:
1161 self._tclCommands = []
1162 self._tclCommands.append(name)
1777 if self._tclCommands is None:
1778 self._tclCommands
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py378 _tclCommands = None variable in class:Misc
384 if self._tclCommands is not None:
385 for name in self._tclCommands:
388 self._tclCommands = None
396 self._tclCommands.remove(name)
1160 if self._tclCommands is None:
1161 self._tclCommands = []
1162 self._tclCommands.append(name)
1777 if self._tclCommands is None:
1778 self._tclCommands
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py970 commands = self.tv.master._tclCommands
972 self.assertEqual(commands, self.tv.master._tclCommands)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py970 commands = self.tv.master._tclCommands
972 self.assertEqual(commands, self.tv.master._tclCommands)

Completed in 127 milliseconds