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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 267 # indentwidth is not a multiple of tabwidth,
277 # tabwidth is the display width of a literal tab character.
281 # Nobody expects this, so for now tabwidth should never be changed.
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
286 self.indentwidth = self.tabwidth
    [all...]
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
116 self.tabwidth = tabwidth
491 return len(str[i:j].expandtabs(self.tabwidth)) + extra
554 self.tabwidth)) + 1
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 267 # indentwidth is not a multiple of tabwidth,
277 # tabwidth is the display width of a literal tab character.
281 # Nobody expects this, so for now tabwidth should never be changed.
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
286 self.indentwidth = self.tabwidth
    [all...]
PyParse.py 114 def __init__(self, indentwidth, tabwidth):
116 self.tabwidth = tabwidth
491 return len(str[i:j].expandtabs(self.tabwidth)) + extra
554 self.tabwidth)) + 1
HyperParser.py 25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 62 milliseconds