Files
tfm_ainventory/graphify-out/cache/4a6c1d9d5b3bb85147e6f82cc60ad4b2670bde3c39ff3ffb4772cbb3f9c926c9.json

1 line
12 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "label": "_schema_gather.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L1"}, {"id": "schema_gather_gatherresult", "label": "GatherResult", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L19"}, {"id": "typeddict", "label": "TypedDict", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "schema_gather_missingdefinitionerror", "label": "MissingDefinitionError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L34"}, {"id": "lookuperror", "label": "LookupError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "schema_gather_missingdefinitionerror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L37"}, {"id": "schema_gather_gathercontext", "label": "GatherContext", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L42"}, {"id": "schema_gather_traverse_metadata", "label": "traverse_metadata()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L69"}, {"id": "schema_gather_traverse_definition_ref", "label": "traverse_definition_ref()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L75"}, {"id": "schema_gather_traverse_schema", "label": "traverse_schema()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L96"}, {"id": "schema_gather_gather_schemas_for_cleaning", "label": "gather_schemas_for_cleaning()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L195"}, {"id": "schema_gather_rationale_20", "label": "Schema traversing result.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L20"}, {"id": "schema_gather_rationale_35", "label": "A reference was pointing to a non-existing core schema.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L35"}, {"id": "schema_gather_rationale_43", "label": "The current context used during core schema traversing. Context instances s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L43"}, {"id": "schema_gather_rationale_196", "label": "Traverse the core schema and definitions and return the necessary information fo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L196"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "pydantic_core_core_schema", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_gatherresult", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L19", "weight": 1.0}, {"source": "schema_gather_gatherresult", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_missingdefinitionerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L34", "weight": 1.0}, {"source": "schema_gather_missingdefinitionerror", "target": "lookuperror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L34", "weight": 1.0}, {"source": "schema_gather_missingdefinitionerror", "target": "schema_gather_missingdefinitionerror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_gathercontext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_traverse_metadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_traverse_definition_ref", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L75", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_traverse_schema", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L96", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_internal_schema_gather_py", "target": "schema_gather_gather_schemas_for_cleaning", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L195", "weight": 1.0}, {"source": "schema_gather_traverse_definition_ref", "target": "schema_gather_missingdefinitionerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L81", "weight": 1.0}, {"source": "schema_gather_traverse_definition_ref", "target": "schema_gather_traverse_schema", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L86", "weight": 1.0}, {"source": "schema_gather_traverse_definition_ref", "target": "schema_gather_traverse_metadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L89", "weight": 1.0}, {"source": "schema_gather_traverse_schema", "target": "schema_gather_traverse_definition_ref", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L103", "weight": 1.0}, {"source": "schema_gather_traverse_schema", "target": "schema_gather_traverse_metadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L192", "weight": 1.0}, {"source": "schema_gather_gather_schemas_for_cleaning", "target": "schema_gather_gathercontext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L206", "weight": 1.0}, {"source": "schema_gather_gather_schemas_for_cleaning", "target": "schema_gather_traverse_schema", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L207", "weight": 1.0}, {"source": "schema_gather_rationale_20", "target": "schema_gather_gatherresult", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L20", "weight": 1.0}, {"source": "schema_gather_rationale_35", "target": "schema_gather_missingdefinitionerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L35", "weight": 1.0}, {"source": "schema_gather_rationale_43", "target": "schema_gather_gathercontext", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L43", "weight": 1.0}, {"source": "schema_gather_rationale_196", "target": "schema_gather_gather_schemas_for_cleaning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L196", "weight": 1.0}], "raw_calls": [{"caller_nid": "schema_gather_traverse_metadata", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L70"}, {"caller_nid": "schema_gather_traverse_metadata", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L72"}, {"caller_nid": "schema_gather_traverse_definition_ref", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L79"}, {"caller_nid": "schema_gather_traverse_schema", "callee": "iter_union_choices", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L123"}, {"caller_nid": "schema_gather_traverse_schema", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L126"}, {"caller_nid": "schema_gather_traverse_schema", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic/_internal/_schema_gather.py", "source_location": "L143"}]}