MCPcopy Create free account
hub / github.com/d78ui98/APKDeepLens / fmt

Method fmt

APKDeepLens.py:75–77  ·  view source on GitHub ↗
(val, w, color="")

Source from the content-addressed store, hash-verified

73 )
74
75 def fmt(val, w, color=""):
76 s = str(val).center(w)
77 return (" " + color + s + util.ENDC + " ") if color else (" " + s + " ")
78
79 def header_row():
80 cells = [fmt(k, col_w[k]) for k in col_keys]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected