Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py344 self.columnize(cmds, maxcol-1)
347 def columnize(self, list, displaywidth=80): member in Cmd
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py347 self.columnize(cmds, maxcol-1)
350 def columnize(self, list, displaywidth=80): member in Cmd