Searched refs:_tclCommands (Results 1 – 4 of 4) sorted by relevance
298 _tclCommands = None variable in Variable334 if self._tclCommands is not None:335 for name in self._tclCommands:338 self._tclCommands = None362 if self._tclCommands is None:363 self._tclCommands = []364 self._tclCommands.append(cbname)397 self._tclCommands.remove(cbname)444 self._tclCommands.remove(cbname)583 _tclCommands = None variable in Misc[all …]
230 _tclCommands = None variable in Variable261 if self._tclCommands is not None:262 for name in self._tclCommands:265 self._tclCommands = None295 if self._tclCommands is None:296 self._tclCommands = []297 self._tclCommands.append(cbname)315 self._tclCommands.remove(cbname)439 _tclCommands = None variable in Misc445 if self._tclCommands is not None:[all …]
1376 commands = self.tv.master._tclCommands1378 self.assertEqual(commands, self.tv.master._tclCommands)
1558 commands = self.tv.master._tclCommands1560 self.assertEqual(commands, self.tv.master._tclCommands)