Files
tfm_ainventory/graphify-out/cache/af162913ccfe1df4d662ae01a37d8b775246b2baa4ed622f66f2b186561ffab9.json

1 line
32 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "label": "main.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L1"}, {"id": "main_load_dotenv_disabled", "label": "_load_dotenv_disabled()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L22"}, {"id": "main_with_warn_for_invalid_lines", "label": "with_warn_for_invalid_lines()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L32"}, {"id": "main_dotenv", "label": "DotEnv", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L42"}, {"id": "main_dotenv_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L43"}, {"id": "main_get_stream", "label": "_get_stream()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L61"}, {"id": "main_dotenv_dict", "label": ".dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L75"}, {"id": "main_dotenv_parse", "label": ".parse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L91"}, {"id": "main_dotenv_set_as_environment_variables", "label": ".set_as_environment_variables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L97"}, {"id": "main_dotenv_get", "label": ".get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L112"}, {"id": "main_get_key", "label": "get_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L125"}, {"id": "main_rewrite", "label": "rewrite()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L139"}, {"id": "main_set_key", "label": "set_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L193"}, {"id": "main_unset_key", "label": "unset_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L248"}, {"id": "main_resolve_variables", "label": "resolve_variables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L289"}, {"id": "main_walk_to_root", "label": "_walk_to_root()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L314"}, {"id": "main_find_dotenv", "label": "find_dotenv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L332"}, {"id": "main_load_dotenv", "label": "load_dotenv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L383"}, {"id": "main_dotenv_values", "label": "dotenv_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L432"}, {"id": "main_is_file_or_fifo", "label": "_is_file_or_fifo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L468"}, {"id": "main_rationale_23", "label": "Determine if dotenv loading has been disabled.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L23"}, {"id": "main_rationale_76", "label": "Return dotenv as dict", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L76"}, {"id": "main_rationale_98", "label": "Load the current dotenv as system environment variable.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L98"}, {"id": "main_rationale_130", "label": "Get the value of a given key from the given .env. Returns `None` if the key", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L130"}, {"id": "main_rationale_202", "label": "Adds or Updates a key/value to the given .env The target .env file is creat", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L202"}, {"id": "main_rationale_255", "label": "Removes a given key from the given `.env` file. If the .env path given does", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L255"}, {"id": "main_rationale_315", "label": "Yield directories starting from the given directory up to the root", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L315"}, {"id": "main_rationale_337", "label": "Search in increasingly higher folders for the given file Returns path to th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L337"}, {"id": "main_rationale_391", "label": "Parse a .env file and then load all the variables found as environment variables", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L391"}, {"id": "main_rationale_439", "label": "Parse a .env file and return its content as a dict. The returned dict will", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L439"}, {"id": "main_rationale_469", "label": "Return True if `path` exists and is either a regular file or a FIFO.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L469"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "stat", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "tempfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "backend_venv_lib_python3_12_site_packages_dotenv_parser_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "backend_venv_lib_python3_12_site_packages_dotenv_variables_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_load_dotenv_disabled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_with_warn_for_invalid_lines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_dotenv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L42", "weight": 1.0}, {"source": "main_dotenv", "target": "main_dotenv_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_get_stream", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L61", "weight": 1.0}, {"source": "main_dotenv", "target": "main_dotenv_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L75", "weight": 1.0}, {"source": "main_dotenv", "target": "main_dotenv_parse", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L91", "weight": 1.0}, {"source": "main_dotenv", "target": "main_dotenv_set_as_environment_variables", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L97", "weight": 1.0}, {"source": "main_dotenv", "target": "main_dotenv_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L112", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_get_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L125", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_rewrite", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_set_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L193", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_unset_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L248", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_resolve_variables", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L289", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_walk_to_root", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L314", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_find_dotenv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L332", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_load_dotenv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L383", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_dotenv_values", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L432", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "target": "main_is_file_or_fifo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L468", "weight": 1.0}, {"source": "main_get_stream", "target": "main_is_file_or_fifo", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L62", "weight": 1.0}, {"source": "main_dotenv_dict", "target": "main_dotenv_parse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L80", "weight": 1.0}, {"source": "main_dotenv_dict", "target": "main_resolve_variables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L84", "weight": 1.0}, {"source": "main_dotenv_parse", "target": "main_get_stream", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L92", "weight": 1.0}, {"source": "main_dotenv_parse", "target": "main_with_warn_for_invalid_lines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L93", "weight": 1.0}, {"source": "main_dotenv_set_as_environment_variables", "target": "main_dotenv_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L101", "weight": 1.0}, {"source": "main_dotenv_get", "target": "main_dotenv_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L114", "weight": 1.0}, {"source": "main_get_key", "target": "main_dotenv_get", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L135", "weight": 1.0}, {"source": "main_get_key", "target": "main_dotenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L135", "weight": 1.0}, {"source": "main_set_key", "target": "main_rewrite", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L227", "weight": 1.0}, {"source": "main_set_key", "target": "main_with_warn_for_invalid_lines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L233", "weight": 1.0}, {"source": "main_unset_key", "target": "main_rewrite", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L270", "weight": 1.0}, {"source": "main_unset_key", "target": "main_with_warn_for_invalid_lines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L274", "weight": 1.0}, {"source": "main_find_dotenv", "target": "main_walk_to_root", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L372", "weight": 1.0}, {"source": "main_find_dotenv", "target": "main_is_file_or_fifo", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L374", "weight": 1.0}, {"source": "main_load_dotenv", "target": "main_load_dotenv_disabled", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L412", "weight": 1.0}, {"source": "main_load_dotenv", "target": "main_find_dotenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L419", "weight": 1.0}, {"source": "main_load_dotenv", "target": "main_dotenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L421", "weight": 1.0}, {"source": "main_load_dotenv", "target": "main_dotenv_set_as_environment_variables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L429", "weight": 1.0}, {"source": "main_dotenv_values", "target": "main_find_dotenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L456", "weight": 1.0}, {"source": "main_dotenv_values", "target": "main_dotenv_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L458", "weight": 1.0}, {"source": "main_dotenv_values", "target": "main_dotenv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L458", "weight": 1.0}, {"source": "main_rationale_23", "target": "main_load_dotenv_disabled", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L23", "weight": 1.0}, {"source": "main_rationale_76", "target": "main_dotenv_dict", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L76", "weight": 1.0}, {"source": "main_rationale_98", "target": "main_dotenv_set_as_environment_variables", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L98", "weight": 1.0}, {"source": "main_rationale_130", "target": "main_get_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L130", "weight": 1.0}, {"source": "main_rationale_202", "target": "main_set_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L202", "weight": 1.0}, {"source": "main_rationale_255", "target": "main_unset_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L255", "weight": 1.0}, {"source": "main_rationale_315", "target": "main_walk_to_root", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L315", "weight": 1.0}, {"source": "main_rationale_337", "target": "main_find_dotenv", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L337", "weight": 1.0}, {"source": "main_rationale_391", "target": "main_load_dotenv", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L391", "weight": 1.0}, {"source": "main_rationale_439", "target": "main_dotenv_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L439", "weight": 1.0}, {"source": "main_rationale_469", "target": "main_is_file_or_fifo", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L469", "weight": 1.0}], "raw_calls": [{"caller_nid": "main_load_dotenv_disabled", "callee": "casefold", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L28"}, {"caller_nid": "main_with_warn_for_invalid_lines", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L35"}, {"caller_nid": "main_get_stream", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L63"}, {"caller_nid": "main_get_stream", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L69"}, {"caller_nid": "main_get_stream", "callee": "StringIO", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L73"}, {"caller_nid": "main_dotenv_dict", "callee": "OrderedDict", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L83"}, {"caller_nid": "main_dotenv_dict", "callee": "OrderedDict", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L87"}, {"caller_nid": "main_dotenv_parse", "callee": "parse_stream", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L93"}, {"caller_nid": "main_dotenv_set_as_environment_variables", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L104"}, {"caller_nid": "main_dotenv_get", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L120"}, {"caller_nid": "main_rewrite", "callee": "realpath", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L145"}, {"caller_nid": "main_rewrite", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L148"}, {"caller_nid": "main_rewrite", "callee": "lstat", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L150"}, {"caller_nid": "main_rewrite", "callee": "S_IMODE", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L152"}, {"caller_nid": "main_rewrite", "callee": "S_ISREG", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L153"}, {"caller_nid": "main_rewrite", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L157"}, {"caller_nid": "main_rewrite", "callee": "StringIO", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L160"}, {"caller_nid": "main_rewrite", "callee": "NamedTemporaryFile", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L163"}, {"caller_nid": "main_rewrite", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L168"}, {"caller_nid": "main_rewrite", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L168"}, {"caller_nid": "main_rewrite", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L170"}, {"caller_nid": "main_rewrite", "callee": "chmod", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L182"}, {"caller_nid": "main_rewrite", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L184"}, {"caller_nid": "main_rewrite", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L186"}, {"caller_nid": "main_rewrite", "callee": "unlink", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L189"}, {"caller_nid": "main_set_key", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L212"}, {"caller_nid": "main_set_key", "callee": "isalnum", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L215"}, {"caller_nid": "main_set_key", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L219"}, {"caller_nid": "main_set_key", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L219"}, {"caller_nid": "main_set_key", "callee": "parse_stream", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L233"}, {"caller_nid": "main_set_key", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L235"}, {"caller_nid": "main_set_key", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L238"}, {"caller_nid": "main_set_key", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L239"}, {"caller_nid": "main_set_key", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L242"}, {"caller_nid": "main_set_key", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L243"}, {"caller_nid": "main_unset_key", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L265"}, {"caller_nid": "main_unset_key", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L266"}, {"caller_nid": "main_unset_key", "callee": "parse_stream", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L274"}, {"caller_nid": "main_unset_key", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L278"}, {"caller_nid": "main_unset_key", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L281"}, {"caller_nid": "main_resolve_variables", "callee": "parse_variables", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L299"}, {"caller_nid": "main_resolve_variables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L302"}, {"caller_nid": "main_resolve_variables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L303"}, {"caller_nid": "main_resolve_variables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L305"}, {"caller_nid": "main_resolve_variables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L306"}, {"caller_nid": "main_resolve_variables", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L307"}, {"caller_nid": "main_resolve_variables", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L307"}, {"caller_nid": "main_walk_to_root", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L318"}, {"caller_nid": "main_walk_to_root", "callee": "IOError", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L319"}, {"caller_nid": "main_walk_to_root", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L321"}, {"caller_nid": "main_walk_to_root", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L322"}, {"caller_nid": "main_walk_to_root", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L325"}, {"caller_nid": "main_walk_to_root", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L328"}, {"caller_nid": "main_walk_to_root", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L328"}, {"caller_nid": "main_find_dotenv", "callee": "_is_interactive", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L356"}, {"caller_nid": "main_find_dotenv", "callee": "_is_debugger", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L356"}, {"caller_nid": "main_find_dotenv", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L356"}, {"caller_nid": "main_find_dotenv", "callee": "getcwd", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L358"}, {"caller_nid": "main_find_dotenv", "callee": "_getframe", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L361"}, {"caller_nid": "main_find_dotenv", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L364"}, {"caller_nid": "main_find_dotenv", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L370"}, {"caller_nid": "main_find_dotenv", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L370"}, {"caller_nid": "main_find_dotenv", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L373"}, {"caller_nid": "main_find_dotenv", "callee": "IOError", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L378"}, {"caller_nid": "main_load_dotenv", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L413"}, {"caller_nid": "main_is_file_or_fifo", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L472"}, {"caller_nid": "main_is_file_or_fifo", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L476"}, {"caller_nid": "main_is_file_or_fifo", "callee": "S_ISFIFO", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/main.py", "source_location": "L480"}]}