MCPcopy Create free account
hub / github.com/vercel/vercel / iprint

Function iprint

packages/python-analysis/scripts/profile-wasm.py:36–40  ·  view source on GitHub ↗

Print with global indent prefix.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

34
35
36def iprint(*args, **kwargs):
37 """Print with global indent prefix."""
38 if _INDENT:
39 print(_INDENT, end="")
40 print(*args, **kwargs)
41
42
43def _sgr(code):

Callers 6

headerFunction · 0.85
render_overviewFunction · 0.85
render_crate_tableFunction · 0.85
render_items_tableFunction · 0.85
render_flamegraph_linksFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected