Home
last modified time | relevance | path

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

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