Files
tfm_ainventory/graphify-out/cache/76c0e5754e44056f1824008803215e591cf4b076b6360e632ad06673cf2722b9.json

1 line
19 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "label": "schema.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L1"}, {"id": "schema_table", "label": "Table()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L26"}, {"id": "schema_mapped_column", "label": "mapped_column()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L37"}, {"id": "schema_column", "label": "Column()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L43"}, {"id": "schema_schema_column", "label": "_schema_column()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L49"}, {"id": "schema_eq_type_affinity", "label": "eq_type_affinity", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L89"}, {"id": "schema_eq_type_affinity_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L116"}, {"id": "schema_eq_type_affinity_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L119"}, {"id": "schema_eq_type_affinity_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L122"}, {"id": "schema_eq_compile_type", "label": "eq_compile_type", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L126"}, {"id": "schema_eq_compile_type_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L129"}, {"id": "schema_eq_compile_type_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L132"}, {"id": "schema_eq_compile_type_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L135"}, {"id": "schema_eq_clause_element", "label": "eq_clause_element", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L139"}, {"id": "schema_eq_clause_element_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L142"}, {"id": "schema_eq_clause_element_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L145"}, {"id": "schema_eq_clause_element_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L148"}, {"id": "schema_truncate_name", "label": "_truncate_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L152"}, {"id": "schema_pep435_enum", "label": "pep435_enum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L163"}, {"id": "schema_rationale_27", "label": "A schema.Table wrapper/hook for dialect-specific tweaks.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L27"}, {"id": "schema_rationale_38", "label": "An orm.mapped_column wrapper/hook for dialect-specific tweaks.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L38"}, {"id": "schema_rationale_44", "label": "A schema.Column wrapper/hook for dialect-specific tweaks.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L44"}, {"id": "schema_rationale_90", "label": "Helper to compare types inside of datastructures based on affinity. E.g.::", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L90"}, {"id": "schema_rationale_127", "label": "similar to eq_type_affinity but uses compile", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L127"}, {"id": "schema_rationale_140", "label": "Helper to compare SQL structures based on compare()", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L140"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_orm_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_table", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_mapped_column", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_column", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_schema_column", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_eq_type_affinity", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L89", "weight": 1.0}, {"source": "schema_eq_type_affinity", "target": "schema_eq_type_affinity_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L116", "weight": 1.0}, {"source": "schema_eq_type_affinity", "target": "schema_eq_type_affinity_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L119", "weight": 1.0}, {"source": "schema_eq_type_affinity", "target": "schema_eq_type_affinity_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L122", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_eq_compile_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L126", "weight": 1.0}, {"source": "schema_eq_compile_type", "target": "schema_eq_compile_type_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L129", "weight": 1.0}, {"source": "schema_eq_compile_type", "target": "schema_eq_compile_type_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L132", "weight": 1.0}, {"source": "schema_eq_compile_type", "target": "schema_eq_compile_type_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L135", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_eq_clause_element", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L139", "weight": 1.0}, {"source": "schema_eq_clause_element", "target": "schema_eq_clause_element_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L142", "weight": 1.0}, {"source": "schema_eq_clause_element", "target": "schema_eq_clause_element_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L145", "weight": 1.0}, {"source": "schema_eq_clause_element", "target": "schema_eq_clause_element_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L148", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_truncate_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_schema_py", "target": "schema_pep435_enum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L163", "weight": 1.0}, {"source": "schema_mapped_column", "target": "schema_schema_column", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L40", "weight": 1.0}, {"source": "schema_column", "target": "schema_schema_column", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L46", "weight": 1.0}, {"source": "schema_rationale_27", "target": "schema_table", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L27", "weight": 1.0}, {"source": "schema_rationale_38", "target": "schema_mapped_column", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L38", "weight": 1.0}, {"source": "schema_rationale_44", "target": "schema_column", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L44", "weight": 1.0}, {"source": "schema_rationale_90", "target": "schema_eq_type_affinity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L90", "weight": 1.0}, {"source": "schema_rationale_127", "target": "schema_eq_compile_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L127", "weight": 1.0}, {"source": "schema_rationale_140", "target": "schema_eq_clause_element", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L140", "weight": 1.0}], "raw_calls": [{"caller_nid": "schema_table", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L30"}, {"caller_nid": "schema_table", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L30"}, {"caller_nid": "schema_table", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L30"}, {"caller_nid": "schema_table", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L32"}, {"caller_nid": "schema_schema_column", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L50"}, {"caller_nid": "schema_schema_column", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L50"}, {"caller_nid": "schema_schema_column", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L50"}, {"caller_nid": "schema_schema_column", "callee": "enabled_for_config", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L52"}, {"caller_nid": "schema_schema_column", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L53"}, {"caller_nid": "schema_schema_column", "callee": "factory", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L55"}, {"caller_nid": "schema_schema_column", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L62"}, {"caller_nid": "schema_schema_column", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L62"}, {"caller_nid": "schema_schema_column", "callee": "against", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L73"}, {"caller_nid": "schema_schema_column", "callee": "listen", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L85"}, {"caller_nid": "schema_eq_type_affinity_init", "callee": "to_instance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L117"}, {"caller_nid": "schema_eq_compile_type_eq", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L133"}, {"caller_nid": "schema_eq_compile_type_ne", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L136"}, {"caller_nid": "schema_eq_clause_element_eq", "callee": "compare", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L146"}, {"caller_nid": "schema_eq_clause_element_ne", "callee": "compare", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L149"}, {"caller_nid": "schema_truncate_name", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L153"}, {"caller_nid": "schema_truncate_name", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L155"}, {"caller_nid": "schema_truncate_name", "callee": "hex", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L157"}, {"caller_nid": "schema_truncate_name", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L157"}, {"caller_nid": "schema_pep435_enum", "callee": "OrderedDict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L165"}, {"caller_nid": "schema_pep435_enum", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L183"}, {"caller_nid": "schema_pep435_enum", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L192"}, {"caller_nid": "schema_pep435_enum", "callee": "_getframe", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/schema.py", "source_location": "L192"}]}