Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
def
indentp(str, indent):
28
print(
"{}{}"
.format(
" "
* indent * 2, str))
29
30
31
def
print_header():
Callers
1
print_class
Function · 0.85
Calls
1
format
Method · 0.45
Tested by
no test coverage detected