Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
D__init__.py352 _tclCommands = None variable in Variable
390 if self._tclCommands is not None:
391 for name in self._tclCommands:
394 self._tclCommands = None
422 if self._tclCommands is None:
423 self._tclCommands = []
424 self._tclCommands.append(cbname)
457 self._tclCommands.remove(cbname)
504 self._tclCommands.remove(cbname)
655 _tclCommands = None variable in Misc
[all …]
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1538 commands = self.tv.master._tclCommands
1540 self.assertEqual(commands, self.tv.master._tclCommands)