Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcmd.py346 def columnize(self, list, displaywidth=80): argument
380 if totwidth > displaywidth:
382 if totwidth <= displaywidth: