MCPcopy Create free account
hub / github.com/apache/trafficserver / indentp

Function indentp

tools/cripts/genconfig.py:27–28  ·  view source on GitHub ↗
(str, indent)

Source from the content-addressed store, hash-verified

25
26
27def indentp(str, indent):
28 print("{}{}".format(" " * indent * 2, str))
29
30
31def print_header():

Callers 1

print_classFunction · 0.85

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected