Searched refs:displaywidth (Results 1 – 2 of 2) sorted by relevance
350 def columnize(self, list, displaywidth=80): argument383 if totwidth > displaywidth:385 if totwidth <= displaywidth:
347 def columnize(self, list, displaywidth=80): argument380 if totwidth > displaywidth:382 if totwidth <= displaywidth: