MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / print_header

Function print_header

samples/prediction/prediction.py:66–72  ·  view source on GitHub ↗

Format and print header block sized to length of line

(line)

Source from the content-addressed store, hash-verified

64
65
66def print_header(line):
67 """Format and print header block sized to length of line"""
68 header_str = "="
69 header_line = header_str * len(line)
70 print("\n" + header_line)
71 print(line)
72 print(header_line)
73
74
75def main(argv):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…