Searched defs:ljust (Results 1 - 1 of 1) sorted by relevance

/system/media/camera/docs/
H A Dmetadata_helpers.py304 def ljust(size, indent=4): function
317 ljust(8)("hello") == 'hello '
324 newstr = what.ljust(size)
326 return what + "\n" + "".ljust(indent + size)
372 return what + "\n".ljust(col)
374 return what.ljust(wut - current_col)

Completed in 64 milliseconds