Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcmd.py350 def columnize(self, list, displaywidth=80): argument
383 if totwidth > displaywidth:
385 if totwidth <= displaywidth: