Files
tfm_ainventory/graphify-out/cache/4467ce01f177d44860a366f97e25098d33e64ea4fdc1dfca2ce433c32e7afdca.json

1 line
9.0 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "label": "toml.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L1"}, {"id": "toml_import_toml", "label": "import_toml()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L28"}, {"id": "toml_tomlconfigsettingssource", "label": "TomlConfigSettingsSource", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L44"}, {"id": "initsettingssource", "label": "InitSettingsSource", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "configfilesourcemixin", "label": "ConfigFileSourceMixin", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "toml_tomlconfigsettingssource_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L49"}, {"id": "toml_tomlconfigsettingssource_read_file", "label": "._read_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L59"}, {"id": "toml_tomlconfigsettingssource_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L66"}, {"id": "toml_rationale_1", "label": "TOML file settings source.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L1"}, {"id": "toml_rationale_45", "label": "A source class that loads variables from a TOML file", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L45"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_types_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "pydantic_settings_main", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "tomllib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "tomli", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "toml_import_toml", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "target": "toml_tomlconfigsettingssource", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L44", "weight": 1.0}, {"source": "toml_tomlconfigsettingssource", "target": "initsettingssource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L44", "weight": 1.0}, {"source": "toml_tomlconfigsettingssource", "target": "configfilesourcemixin", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L44", "weight": 1.0}, {"source": "toml_tomlconfigsettingssource", "target": "toml_tomlconfigsettingssource_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L49", "weight": 1.0}, {"source": "toml_tomlconfigsettingssource", "target": "toml_tomlconfigsettingssource_read_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L59", "weight": 1.0}, {"source": "toml_tomlconfigsettingssource", "target": "toml_tomlconfigsettingssource_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L66", "weight": 1.0}, {"source": "toml_tomlconfigsettingssource_read_file", "target": "toml_import_toml", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L60", "weight": 1.0}, {"source": "toml_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_toml_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L1", "weight": 1.0}, {"source": "toml_rationale_45", "target": "toml_tomlconfigsettingssource", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L45", "weight": 1.0}], "raw_calls": [{"caller_nid": "toml_import_toml", "callee": "ImportError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L37"}, {"caller_nid": "toml_tomlconfigsettingssource_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L55"}, {"caller_nid": "toml_tomlconfigsettingssource_init", "callee": "_read_files", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L56"}, {"caller_nid": "toml_tomlconfigsettingssource_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L57"}, {"caller_nid": "toml_tomlconfigsettingssource_read_file", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L61"}, {"caller_nid": "toml_tomlconfigsettingssource_read_file", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L63"}, {"caller_nid": "toml_tomlconfigsettingssource_read_file", "callee": "load", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/toml.py", "source_location": "L64"}]}