{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "label": "config.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L1"}, {"id": "config_undefined", "label": "undefined", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L10"}, {"id": "config_environerror", "label": "EnvironError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L14"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "config_environ", "label": "Environ", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L18"}, {"id": "config_environ_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L19"}, {"id": "config_environ_getitem", "label": ".__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L23"}, {"id": "config_environ_setitem", "label": ".__setitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L27"}, {"id": "config_environ_delitem", "label": ".__delitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L32"}, {"id": "config_environ_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L37"}, {"id": "config_environ_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L40"}, {"id": "config_config", "label": "Config", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L49"}, {"id": "config_config_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L50"}, {"id": "config_call", "label": "__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L67"}, {"id": "config_config_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L86"}, {"id": "config_config_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L94"}, {"id": "config_config_read_file", "label": "._read_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L111"}, {"id": "config_config_perform_cast", "label": "._perform_cast()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L123"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_undefined", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_environerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L14", "weight": 1.0}, {"source": "config_environerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_environ", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L18", "weight": 1.0}, {"source": "config_environ", "target": "config_environ_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L19", "weight": 1.0}, {"source": "config_environ", "target": "config_environ_getitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L23", "weight": 1.0}, {"source": "config_environ", "target": "config_environ_setitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L27", "weight": 1.0}, {"source": "config_environ", "target": "config_environ_delitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L32", "weight": 1.0}, {"source": "config_environ", "target": "config_environ_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L37", "weight": 1.0}, {"source": "config_environ", "target": "config_environ_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L49", "weight": 1.0}, {"source": "config_config", "target": "config_config_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L67", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L76", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_config_py", "target": "config_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L84", "weight": 1.0}, {"source": "config_config", "target": "config_config_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L86", "weight": 1.0}, {"source": "config_config", "target": "config_config_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L94", "weight": 1.0}, {"source": "config_config", "target": "config_config_read_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L111", "weight": 1.0}, {"source": "config_config", "target": "config_config_perform_cast", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L123", "weight": 1.0}, {"source": "config_environ_setitem", "target": "config_environerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L29", "weight": 1.0}, {"source": "config_environ_delitem", "target": "config_environerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L34", "weight": 1.0}, {"source": "config_config_init", "target": "config_config_read_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L64", "weight": 1.0}, {"source": "config_config_call", "target": "config_config_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L92", "weight": 1.0}, {"source": "config_config_get", "target": "config_config_perform_cast", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L103", "weight": 1.0}], "raw_calls": [{"caller_nid": "config_environ_init", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L21"}, {"caller_nid": "config_environ_getitem", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L24"}, {"caller_nid": "config_environ_iter", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L38"}, {"caller_nid": "config_environ_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L41"}, {"caller_nid": "config_config_init", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L61"}, {"caller_nid": "config_config_init", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L62"}, {"caller_nid": "config_config_get", "callee": "KeyError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L109"}, {"caller_nid": "config_config_read_file", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L113"}, {"caller_nid": "config_config_read_file", "callee": "readlines", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L114"}, {"caller_nid": "config_config_read_file", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L115"}, {"caller_nid": "config_config_read_file", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L116"}, {"caller_nid": "config_config_read_file", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L117"}, {"caller_nid": "config_config_read_file", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L118"}, {"caller_nid": "config_config_read_file", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L119"}, {"caller_nid": "config_config_read_file", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L119"}, {"caller_nid": "config_config_perform_cast", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L131"}, {"caller_nid": "config_config_perform_cast", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L133"}, {"caller_nid": "config_config_perform_cast", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L135"}, {"caller_nid": "config_config_perform_cast", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L138"}, {"caller_nid": "config_config_perform_cast", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/config.py", "source_location": "L140"}]}