Searched defs:MultiCallCreator (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
H A DMultiCall.py303 def MultiCallCreator(widget): function
406 text = MultiCallCreator(Tkinter.Text)(root)
H A DEditorWindow.py11 from idlelib.MultiCall import MultiCallCreator namespace
195 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)

Completed in 132 milliseconds