Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
def
ident(line: str):
226
assert type(line) is str, type(line)
227
return
" "
* 4 + line
Callers
2
compile_function
Function · 0.85
ident_lines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected