Searched refs:_tclCommands (Results 1 – 4 of 4) sorted by relevance
314 _tclCommands = None variable in Variable352 if self._tclCommands is not None:353 for name in self._tclCommands:356 self._tclCommands = None384 if self._tclCommands is None:385 self._tclCommands = []386 self._tclCommands.append(cbname)419 self._tclCommands.remove(cbname)466 self._tclCommands.remove(cbname)621 _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)
1554 commands = self.tv.master._tclCommands1556 self.assertEqual(commands, self.tv.master._tclCommands)