Files
tfm_ainventory/graphify-out/cache/97a2a1cae018e6765ba1037d373f8156e1dd75cba9ef666e4a88d8ddd78dcf90.json

1 line
15 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "label": "_files.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_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/anthropic/_files.py", "source_location": "L23"}, {"id": "files_is_file_content", "label": "is_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L27"}, {"id": "files_assert_is_file_content", "label": "assert_is_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L33"}, {"id": "files_to_httpx_files", "label": "to_httpx_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L42"}, {"id": "files_transform_file", "label": "_transform_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L63"}, {"id": "files_read_file_content", "label": "read_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L77"}, {"id": "files_async_to_httpx_files", "label": "async_to_httpx_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L84"}, {"id": "files_async_transform_file", "label": "_async_transform_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L105"}, {"id": "files_async_read_file_content", "label": "async_read_file_content()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L119"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "anyio", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "backend_venv_lib_python3_12_site_packages_anthropic_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_is_base64_file_input", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_is_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_assert_is_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_transform_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_read_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L77", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_async_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_async_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L88", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_async_to_httpx_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L91", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_async_transform_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L105", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anthropic_files_py", "target": "files_async_read_file_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L119", "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/anthropic/_files.py", "source_location": "L34", "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/anthropic/_files.py", "source_location": "L54", "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/anthropic/_files.py", "source_location": "L64", "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/anthropic/_files.py", "source_location": "L72", "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/anthropic/_files.py", "source_location": "L96", "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/anthropic/_files.py", "source_location": "L106", "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/anthropic/_files.py", "source_location": "L114", "weight": 1.0}], "raw_calls": [{"caller_nid": "files_is_base64_file_input", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L24"}, {"caller_nid": "files_is_base64_file_input", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L24"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L29"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L29"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L29"}, {"caller_nid": "files_is_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L29"}, {"caller_nid": "files_assert_is_file_content", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L36"}, {"caller_nid": "files_assert_is_file_content", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L37"}, {"caller_nid": "files_to_httpx_files", "callee": "is_mapping_t", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L53"}, {"caller_nid": "files_to_httpx_files", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L54"}, {"caller_nid": "files_to_httpx_files", "callee": "is_sequence_t", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L55"}, {"caller_nid": "files_to_httpx_files", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L58"}, {"caller_nid": "files_to_httpx_files", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L58"}, {"caller_nid": "files_transform_file", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L65"}, {"caller_nid": "files_transform_file", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L66"}, {"caller_nid": "files_transform_file", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L67"}, {"caller_nid": "files_transform_file", "callee": "is_tuple_t", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L71"}, {"caller_nid": "files_transform_file", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L74"}, {"caller_nid": "files_read_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L78"}, {"caller_nid": "files_read_file_content", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L79"}, {"caller_nid": "files_read_file_content", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L79"}, {"caller_nid": "files_async_to_httpx_files", "callee": "is_mapping_t", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L95"}, {"caller_nid": "files_async_to_httpx_files", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L96"}, {"caller_nid": "files_async_to_httpx_files", "callee": "is_sequence_t", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L97"}, {"caller_nid": "files_async_to_httpx_files", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L100"}, {"caller_nid": "files_async_transform_file", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L107"}, {"caller_nid": "files_async_transform_file", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L108"}, {"caller_nid": "files_async_transform_file", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L109"}, {"caller_nid": "files_async_transform_file", "callee": "is_tuple_t", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L113"}, {"caller_nid": "files_async_transform_file", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L116"}, {"caller_nid": "files_async_read_file_content", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L120"}, {"caller_nid": "files_async_read_file_content", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L121"}, {"caller_nid": "files_async_read_file_content", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/anthropic/_files.py", "source_location": "L121"}]}