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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 99 from idlelib.MultiCall import MultiCallCreator
MultiCall.py 304 def MultiCallCreator(widget):
404 text = MultiCallCreator(Tkinter.Text)(root)
EditorWindow.py 10 from idlelib.MultiCall import MultiCallCreator
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 99 from idlelib.MultiCall import MultiCallCreator
MultiCall.py 304 def MultiCallCreator(widget):
404 text = MultiCallCreator(Tkinter.Text)(root)
EditorWindow.py 10 from idlelib.MultiCall import MultiCallCreator
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]

Completed in 65 milliseconds