Searched refs:_tclCommands (Results 1 – 2 of 2) sorted by relevance
352 _tclCommands = None variable in Variable390 if self._tclCommands is not None:391 for name in self._tclCommands:394 self._tclCommands = None422 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 …]
1538 commands = self.tv.master._tclCommands1540 self.assertEqual(commands, self.tv.master._tclCommands)