Files
tfm_ainventory/graphify-out/cache/39c8159878a15ec7063d8491a3a2148096a6cb986de5780f5b9dbcd8b98b8971.json

1 line
7.0 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "label": "aws.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L1"}, {"id": "aws_import_aws_secrets_manager", "label": "import_aws_secrets_manager()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L18"}, {"id": "aws_awssecretsmanagersettingssource", "label": "AWSSecretsManagerSettingsSource", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L31"}, {"id": "envsettingssource", "label": "EnvSettingsSource", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "aws_awssecretsmanagersettingssource_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L35"}, {"id": "aws_awssecretsmanagersettingssource_load_env_vars", "label": "._load_env_vars()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L62"}, {"id": "aws_awssecretsmanagersettingssource_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L77"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_env_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "pydantic_settings_main", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "aws_import_aws_secrets_manager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pydantic_settings_sources_providers_aws_py", "target": "aws_awssecretsmanagersettingssource", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L31", "weight": 1.0}, {"source": "aws_awssecretsmanagersettingssource", "target": "envsettingssource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L31", "weight": 1.0}, {"source": "aws_awssecretsmanagersettingssource", "target": "aws_awssecretsmanagersettingssource_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L35", "weight": 1.0}, {"source": "aws_awssecretsmanagersettingssource", "target": "aws_awssecretsmanagersettingssource_load_env_vars", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L62", "weight": 1.0}, {"source": "aws_awssecretsmanagersettingssource", "target": "aws_awssecretsmanagersettingssource_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L77", "weight": 1.0}, {"source": "aws_awssecretsmanagersettingssource_init", "target": "aws_import_aws_secrets_manager", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L48", "weight": 1.0}], "raw_calls": [{"caller_nid": "aws_import_aws_secrets_manager", "callee": "ImportError", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L26"}, {"caller_nid": "aws_awssecretsmanagersettingssource_init", "callee": "boto3_client", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L49"}, {"caller_nid": "aws_awssecretsmanagersettingssource_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L52"}, {"caller_nid": "aws_awssecretsmanagersettingssource_load_env_vars", "callee": "get_secret_value", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L68"}, {"caller_nid": "aws_awssecretsmanagersettingssource_load_env_vars", "callee": "parse_env_vars", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L70"}, {"caller_nid": "aws_awssecretsmanagersettingssource_load_env_vars", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/pydantic_settings/sources/providers/aws.py", "source_location": "L71"}]}