Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcmd.py350 def columnize(self, list, displaywidth=80): member in Cmd
/external/python/cpython3/Lib/
Dcmd.py346 def columnize(self, list, displaywidth=80): member in Cmd