MCPcopy Index your code
hub / github.com/daviddrysdale/python-phonenumbers / render

Method render

python/appspot.py:56–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self.lines.append((msg, val))
55
56 def render(self):
57 print("")
58 print("## %s" % self.title)
59 for line in self.lines:
60 if len(line) == 1:
61 print(line[0])
62 else:
63 pad = ' ' * (self.longest_msg - len(line[0]))
64 fmt = line[0] + pad + ": %s"
65 print(fmt % line[1])
66
67
68def appspot(number, country, locale):

Callers 1

appspotFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected