Files
tfm_ainventory/graphify-out/cache/0875c99dcc4a12754c93ce5d8d1f5b1370cdd10d7306e83d0bd9ca8526b4c4cc.json

1 line
6.2 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "label": "parse.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L1"}, {"id": "parse_protocol", "label": "Protocol", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L10"}, {"id": "str", "label": "str", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "enum", "label": "Enum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "parse_load_str_bytes", "label": "load_str_bytes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L15"}, {"id": "parse_load_file", "label": "load_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L47"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "pydantic_v1_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "parse_protocol", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L10", "weight": 1.0}, {"source": "parse_protocol", "target": "str", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L10", "weight": 1.0}, {"source": "parse_protocol", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "parse_load_str_bytes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_v1_parse_py", "target": "parse_load_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L47", "weight": 1.0}, {"source": "parse_load_file", "target": "parse_load_str_bytes", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L64", "weight": 1.0}], "raw_calls": [{"caller_nid": "parse_load_str_bytes", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L25"}, {"caller_nid": "parse_load_str_bytes", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L27"}, {"caller_nid": "parse_load_str_bytes", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L30"}, {"caller_nid": "parse_load_str_bytes", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L35"}, {"caller_nid": "parse_load_str_bytes", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L36"}, {"caller_nid": "parse_load_str_bytes", "callee": "json_loads", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L37"}, {"caller_nid": "parse_load_str_bytes", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L40"}, {"caller_nid": "parse_load_str_bytes", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L41"}, {"caller_nid": "parse_load_str_bytes", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L41"}, {"caller_nid": "parse_load_str_bytes", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L42"}, {"caller_nid": "parse_load_str_bytes", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L44"}, {"caller_nid": "parse_load_file", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L56"}, {"caller_nid": "parse_load_file", "callee": "read_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/v1/parse.py", "source_location": "L57"}]}