Home | History | Annotate | Download | only in idlelib

Lines Matching refs:classifyws

1258             raw, effective = classifyws(prefix, self.tabwidth)
1394 raw, effective = classifyws(line, self.tabwidth)
1405 raw, effective = classifyws(line, self.tabwidth)
1438 raw, effective = classifyws(line, tabwidth)
1550 raw, indentsmall = classifyws(opener, self.tabwidth)
1551 raw, indentlarge = classifyws(indented, self.tabwidth)
1565 def classifyws(s, tabwidth):