1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "label": "_files.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L1"}, {"id": "files_is_base64_file_input", "label": "is_base64_file_input()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L39"}, {"id": "files_is_file_content", "label": "is_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L43"}, {"id": "files_assert_is_file_content", "label": "assert_is_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L49"}, {"id": "files_to_httpx_files", "label": "to_httpx_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L58"}, {"id": "files_transform_file", "label": "_transform_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L79"}, {"id": "files_read_file_content", "label": "read_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L93"}, {"id": "files_async_to_httpx_files", "label": "async_to_httpx_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L100"}, {"id": "files_async_transform_file", "label": "_async_transform_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L121"}, {"id": "files_async_read_file_content", "label": "async_read_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L135"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "anyio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_is_base64_file_input", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_is_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_assert_is_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L62", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L65", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_transform_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L79", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_read_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L93", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_async_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_async_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L104", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_async_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_async_transform_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L121", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_google_genai_interactions_files_py", "target": "files_async_read_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L135", "weight": 1.0}, {"source": "files_assert_is_file_content", "target": "files_is_file_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L50", "weight": 1.0}, {"source": "files_to_httpx_files", "target": "files_transform_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L70", "weight": 1.0}, {"source": "files_transform_file", "target": "files_is_file_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L80", "weight": 1.0}, {"source": "files_transform_file", "target": "files_read_file_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L88", "weight": 1.0}, {"source": "files_async_to_httpx_files", "target": "files_async_transform_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L112", "weight": 1.0}, {"source": "files_async_transform_file", "target": "files_is_file_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L122", "weight": 1.0}, {"source": "files_async_transform_file", "target": "files_async_read_file_content", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L130", "weight": 1.0}], "raw_calls": [{"caller_nid": "files_is_base64_file_input", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L40"}, {"caller_nid": "files_is_base64_file_input", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L40"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L45"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L45"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L45"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L45"}, {"caller_nid": "files_assert_is_file_content", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L52"}, {"caller_nid": "files_assert_is_file_content", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L53"}, {"caller_nid": "files_to_httpx_files", "callee": "is_mapping_t", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L69"}, {"caller_nid": "files_to_httpx_files", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L70"}, {"caller_nid": "files_to_httpx_files", "callee": "is_sequence_t", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L71"}, {"caller_nid": "files_to_httpx_files", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L74"}, {"caller_nid": "files_to_httpx_files", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L74"}, {"caller_nid": "files_transform_file", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L81"}, {"caller_nid": "files_transform_file", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L82"}, {"caller_nid": "files_transform_file", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L83"}, {"caller_nid": "files_transform_file", "callee": "is_tuple_t", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L87"}, {"caller_nid": "files_transform_file", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L90"}, {"caller_nid": "files_read_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L94"}, {"caller_nid": "files_read_file_content", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L95"}, {"caller_nid": "files_read_file_content", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L95"}, {"caller_nid": "files_async_to_httpx_files", "callee": "is_mapping_t", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L111"}, {"caller_nid": "files_async_to_httpx_files", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L112"}, {"caller_nid": "files_async_to_httpx_files", "callee": "is_sequence_t", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L113"}, {"caller_nid": "files_async_to_httpx_files", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L116"}, {"caller_nid": "files_async_transform_file", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L123"}, {"caller_nid": "files_async_transform_file", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L124"}, {"caller_nid": "files_async_transform_file", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L125"}, {"caller_nid": "files_async_transform_file", "callee": "is_tuple_t", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L129"}, {"caller_nid": "files_async_transform_file", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L132"}, {"caller_nid": "files_async_read_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L136"}, {"caller_nid": "files_async_read_file_content", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L137"}, {"caller_nid": "files_async_read_file_content", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/google/genai/_interactions/_files.py", "source_location": "L137"}]} |