Home
last modified time | relevance | path

Searched refs:select_command (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py22 def __init__(self, page_set, select_command, argument
46 self.select_command = select_command
117 tab = TabSet.TabButton(tab_name, self.select_command,
180 def __init__(self, name, select_command, tab_row, tab_set): argument
192 self.select_command = select_command
216 self.select_command(self.name)