MCPcopy 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
213def _delete_code_on_exit():
214 return os.environ.get("DELETE_CODE_ON_EXIT", "True").lower() in ("true", "1")
215
216
217def ident_lines(lines: Union[List[str], str]):

Callers 1

compile_functionFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected