Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py350 def columnize(self, list, displaywidth=80): argument
383 if totwidth > displaywidth:
385 if totwidth <= displaywidth:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py347 def columnize(self, list, displaywidth=80): argument
380 if totwidth > displaywidth:
382 if totwidth <= displaywidth: