MCPcopy Create free account
hub / github.com/apache/fory / ident

Function ident

python/pyfory/codegen.py:225–227  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

223
224
225def ident(line: str):
226 assert type(line) is str, type(line)
227 return " " * 4 + line

Callers 2

compile_functionFunction · 0.85
ident_linesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected