MCPcopy
hub / github.com/ytisf/theZoo / print_payloads

Method print_payloads

imports/manysearches.py:58–63  ·  view source on GitHub ↗
(self, m, fields=["ID", "Type", "Language", "Architecture", "Platform", "Name"])

Source from the content-addressed store, hash-verified

56 return "and".join(qlist)
57
58 def print_payloads(self, m, fields=["ID", "Type", "Language", "Architecture", "Platform", "Name"]):
59 print '\n' + ''.join("{0}\t".format(x) for x in fields)
60 print "-" * 12 * len(fields)
61 for col in m:
62 print ''.join("{0:<11}".format(x) for x in col)
63 print "\n"

Callers 1

sortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected