MCPcopy
hub / github.com/reflex-dev/reflex / get_app_instance_from_file

Function get_app_instance_from_file

reflex/utils/exec.py:440–446  ·  view source on GitHub ↗

Get the app module for the backend. Returns: The app module for the backend.

()

Source from the content-addressed store, hash-verified

438
439
440def get_app_instance_from_file() -> str:
441 """Get the app module for the backend.
442
443 Returns:
444 The app module for the backend.
445 """
446 return f"{get_app_file()}:{constants.CompileVars.APP}"
447
448
449def run_backend(

Callers 2

run_granian_backendFunction · 0.85
run_granian_backend_prodFunction · 0.85

Calls 1

get_app_fileFunction · 0.85

Tested by

no test coverage detected