Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_multicall.py16 cls.mc = multicall.MultiCallCreator(Text)
31 mc2 = multicall.MultiCallCreator(Text)
/third_party/python/Lib/idlelib/
Dmulticall.py314 def MultiCallCreator(widget): function
422 text = MultiCallCreator(tkinter.Text)(top)
Deditor.py24 from idlelib.multicall import MultiCallCreator
136 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)