HomeSort by relevance Sort by last modified time
    Searched refs:_tclCommands (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 378 _tclCommands = None
384 if self._tclCommands is not None:
385 for name in self._tclCommands:
388 self._tclCommands = None
396 self._tclCommands.remove(name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 378 _tclCommands = None
384 if self._tclCommands is not None:
385 for name in self._tclCommands:
388 self._tclCommands = None
396 self._tclCommands.remove(name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]

Completed in 54 milliseconds