Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dformat.py272 lines[pos] = self.editwin._make_blanks(effective) + line[raw:]
284 lines[pos] = self.editwin._make_blanks(effective) + line[raw:]
Deditor.py1488 def _make_blanks(self, n): member in EditorWindow
1504 text.insert("insert", self._make_blanks(column),
/third_party/python/Lib/idlelib/idle_test/
Dtest_format.py389 _make_blanks = EditorWindow._make_blanks variable in DummyEditwin