Searched refs:_tclCommands (Results 1 – 4 of 4) sorted by relevance
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 …]
374 _tclCommands = None variable in Variable412 if self._tclCommands is not None:413 for name in self._tclCommands:416 self._tclCommands = None444 if self._tclCommands is None:445 self._tclCommands = []446 self._tclCommands.append(cbname)479 self._tclCommands.remove(cbname)526 self._tclCommands.remove(cbname)677 _tclCommands = None variable in Misc[all …]
1376 commands = self.tv.master._tclCommands1378 self.assertEqual(commands, self.tv.master._tclCommands)
1551 commands = self.tv.master._tclCommands1553 self.assertEqual(commands, self.tv.master._tclCommands)