Home
last modified time | relevance | path

Searched refs:newtabwidth (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1179 def set_tabwidth(self, newtabwidth): argument
1181 if self.get_tabwidth() != newtabwidth:
1184 "n" * newtabwidth)
/external/python/cpython3/Lib/idlelib/
Deditor.py1254 def set_tk_tabwidth(self, newtabwidth): argument
1256 if self.get_tk_tabwidth() != newtabwidth:
1260 "n" * newtabwidth)