Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ _delete_code_on_exit
Function
_delete_code_on_exit
python/pyfory/codegen.py:213–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
212
213
def
_delete_code_on_exit():
214
return
os.environ.get(
"DELETE_CODE_ON_EXIT"
,
"True"
).lower() in (
"true"
,
"1"
)
215
216
217
def
ident_lines(lines: Union[List[str], str]):
Callers
1
compile_function
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected