Files
tfm_ainventory/graphify-out/cache/7effa0e5397c43aff91a5818f8a31ff7c003920bc7a835c15b2f4e56dcb662b8.json

1 line
16 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "label": "cli.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L1"}, {"id": "cli_enumerate_env", "label": "enumerate_env()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L24"}, {"id": "cli_cli", "label": "cli()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L62"}, {"id": "cli_stream_file", "label": "stream_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L68"}, {"id": "cli_list_values", "label": "list_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L93"}, {"id": "cli_set_value", "label": "set_value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L116"}, {"id": "cli_get", "label": "get()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L137"}, {"id": "cli_unset", "label": "unset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L154"}, {"id": "cli_run", "label": "run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L184"}, {"id": "cli_run_command", "label": "run_command()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L204"}, {"id": "cli_rationale_25", "label": "Return a path for the ${pwd}/.env file. If pwd does not exist, return None.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L25"}, {"id": "cli_rationale_63", "label": "This script is used to set, get or unset values from a .env file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L63"}, {"id": "cli_rationale_69", "label": "Open a file and yield the corresponding (decoded) stream. Exits with error", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L69"}, {"id": "cli_rationale_94", "label": "Display all the stored key/value.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L94"}, {"id": "cli_rationale_117", "label": "Store the given key/value. This doesn't follow symlinks, to avoid accidenta", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L117"}, {"id": "cli_rationale_138", "label": "Retrieve the value for the given key.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L138"}, {"id": "cli_rationale_155", "label": "Removes the given key. This doesn't follow symlinks, to avoid accidentally", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L155"}, {"id": "cli_rationale_185", "label": "Run command with environment variables present.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L185"}, {"id": "cli_rationale_205", "label": "Replace the current process with the specified command. Replaces the curren", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L205"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "shlex", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "subprocess", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "click", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "backend_venv_lib_python3_12_site_packages_dotenv_main_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "backend_venv_lib_python3_12_site_packages_dotenv_version_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_enumerate_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_cli", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L62", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_stream_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_list_values", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L93", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_set_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L116", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_get", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L137", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_unset", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L154", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_run", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L184", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_dotenv_cli_py", "target": "cli_run_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L204", "weight": 1.0}, {"source": "cli_list_values", "target": "cli_stream_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L97", "weight": 1.0}, {"source": "cli_get", "target": "cli_stream_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L141", "weight": 1.0}, {"source": "cli_run", "target": "cli_run_command", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L201", "weight": 1.0}, {"source": "cli_rationale_25", "target": "cli_enumerate_env", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L25", "weight": 1.0}, {"source": "cli_rationale_63", "target": "cli_cli", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L63", "weight": 1.0}, {"source": "cli_rationale_69", "target": "cli_stream_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L69", "weight": 1.0}, {"source": "cli_rationale_94", "target": "cli_list_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L94", "weight": 1.0}, {"source": "cli_rationale_117", "target": "cli_set_value", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L117", "weight": 1.0}, {"source": "cli_rationale_138", "target": "cli_get", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L138", "weight": 1.0}, {"source": "cli_rationale_155", "target": "cli_unset", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L155", "weight": 1.0}, {"source": "cli_rationale_185", "target": "cli_run", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L185", "weight": 1.0}, {"source": "cli_rationale_205", "target": "cli_run_command", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L205", "weight": 1.0}], "raw_calls": [{"caller_nid": "cli_enumerate_env", "callee": "getcwd", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L31"}, {"caller_nid": "cli_enumerate_env", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L34"}, {"caller_nid": "cli_stream_file", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L76"}, {"caller_nid": "cli_stream_file", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L79"}, {"caller_nid": "cli_stream_file", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L80"}, {"caller_nid": "cli_list_values", "callee": "dotenv_values", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L98"}, {"caller_nid": "cli_list_values", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L101"}, {"caller_nid": "cli_list_values", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L101"}, {"caller_nid": "cli_list_values", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L104"}, {"caller_nid": "cli_list_values", "callee": "quote", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L108"}, {"caller_nid": "cli_list_values", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L109"}, {"caller_nid": "cli_set_value", "callee": "set_key", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L127"}, {"caller_nid": "cli_set_value", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L129"}, {"caller_nid": "cli_set_value", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L131"}, {"caller_nid": "cli_get", "callee": "dotenv_values", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L142"}, {"caller_nid": "cli_get", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L146"}, {"caller_nid": "cli_get", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L148"}, {"caller_nid": "cli_unset", "callee": "unset_key", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L163"}, {"caller_nid": "cli_unset", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L165"}, {"caller_nid": "cli_unset", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L167"}, {"caller_nid": "cli_run", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L187"}, {"caller_nid": "cli_run", "callee": "BadParameter", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L188"}, {"caller_nid": "cli_run", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L193"}, {"caller_nid": "cli_run", "callee": "dotenv_values", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L193"}, {"caller_nid": "cli_run", "callee": "echo", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L198"}, {"caller_nid": "cli_run", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L199"}, {"caller_nid": "cli_run_command", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L225"}, {"caller_nid": "cli_run_command", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L226"}, {"caller_nid": "cli_run_command", "callee": "Popen", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L231"}, {"caller_nid": "cli_run_command", "callee": "communicate", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L232"}, {"caller_nid": "cli_run_command", "callee": "exit", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L234"}, {"caller_nid": "cli_run_command", "callee": "execvpe", "source_file": "backend/venv/lib/python3.12/site-packages/dotenv/cli.py", "source_location": "L236"}]}