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

  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 183 text_options = {
194 text_options['tabstyle'] = 'wordprocessor'
195 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 176 text_options = {
186 text_options['tabstyle'] = 'wordprocessor'
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 176 text_options = {
186 text_options['tabstyle'] = 'wordprocessor'
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 176 text_options = {
186 text_options['tabstyle'] = 'wordprocessor'
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 176 text_options = {
186 text_options['tabstyle'] = 'wordprocessor'
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py 114 text_options = {
124 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
    [all...]

Completed in 57 milliseconds