1 line
49 KiB
JSON
1 line
49 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "label": "sql.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L1"}, {"id": "sql_tablestest", "label": "TablesTest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L30"}, {"id": "testbase", "label": "TestBase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "sql_setup_tables_test_class", "label": "_setup_tables_test_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L56"}, {"id": "sql_setup_tables_test_instance", "label": "_setup_tables_test_instance()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L69"}, {"id": "sql_tables_test_metadata", "label": "tables_test_metadata()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L78"}, {"id": "sql_init_class", "label": "_init_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L82"}, {"id": "sql_setup_once_inserts", "label": "_setup_once_inserts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L96"}, {"id": "sql_setup_once_tables", "label": "_setup_once_tables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L103"}, {"id": "sql_tablestest_setup_each_tables", "label": "._setup_each_tables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L111"}, {"id": "sql_tablestest_setup_each_inserts", "label": "._setup_each_inserts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L121"}, {"id": "sql_tablestest_teardown_each_tables", "label": "._teardown_each_tables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L127"}, {"id": "sql_teardown_once_metadata_bind", "label": "_teardown_once_metadata_bind()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L148"}, {"id": "sql_setup_bind", "label": "setup_bind()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L161"}, {"id": "sql_dispose_bind", "label": "dispose_bind()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L165"}, {"id": "sql_define_tables", "label": "define_tables()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L172"}, {"id": "sql_fixtures", "label": "fixtures()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L176"}, {"id": "sql_insert_data", "label": "insert_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L180"}, {"id": "sql_tablestest_sql_count", "label": ".sql_count_()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L183"}, {"id": "sql_tablestest_sql_eq", "label": ".sql_eq_()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L186"}, {"id": "sql_load_fixtures", "label": "_load_fixtures()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L190"}, {"id": "sql_nocache", "label": "NoCache", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L217"}, {"id": "sql_disable_cache", "label": "_disable_cache()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L219"}, {"id": "sql_removesevents", "label": "RemovesEvents", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L226"}, {"id": "sql_event_fns", "label": "_event_fns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L228"}, {"id": "sql_removesevents_event_listen", "label": ".event_listen()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L231"}, {"id": "sql_remove_events", "label": "_remove_events()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L236"}, {"id": "sql_computedreflectionfixturetest", "label": "ComputedReflectionFixtureTest", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L242"}, {"id": "sql_computedreflectionfixturetest_normalize", "label": ".normalize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L250"}, {"id": "sql_cachekeyfixture", "label": "CacheKeyFixture", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L322"}, {"id": "sql_cachekeyfixture_compare_equal", "label": "._compare_equal()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L323"}, {"id": "sql_cachekeyfixture_run_cache_key_fixture", "label": "._run_cache_key_fixture()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L339"}, {"id": "sql_cachekeyfixture_run_cache_key_equal_fixture", "label": "._run_cache_key_equal_fixture()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L414"}, {"id": "sql_insertmanyvalues_fixture", "label": "insertmanyvalues_fixture()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L424"}, {"id": "sql_rationale_191", "label": "Insert rows as represented by the fixtures() method.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L191"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "random", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sqlalchemy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_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/fixtures/sql.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_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/fixtures/sql.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_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/fixtures/sql.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_assertions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_assertions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_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/fixtures/sql.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_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/fixtures/sql.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_elements_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_tablestest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L30", "weight": 1.0}, {"source": "sql_tablestest", "target": "testbase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_setup_tables_test_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_setup_tables_test_instance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_tables_test_metadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_init_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_setup_once_inserts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L96", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_setup_once_tables", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L103", "weight": 1.0}, {"source": "sql_tablestest", "target": "sql_tablestest_setup_each_tables", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L111", "weight": 1.0}, {"source": "sql_tablestest", "target": "sql_tablestest_setup_each_inserts", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L121", "weight": 1.0}, {"source": "sql_tablestest", "target": "sql_tablestest_teardown_each_tables", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L127", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_teardown_once_metadata_bind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L148", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_setup_bind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L161", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_dispose_bind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L165", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_define_tables", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L172", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_fixtures", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L176", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_insert_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L180", "weight": 1.0}, {"source": "sql_tablestest", "target": "sql_tablestest_sql_count", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L183", "weight": 1.0}, {"source": "sql_tablestest", "target": "sql_tablestest_sql_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L186", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_load_fixtures", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L190", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_nocache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L217", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_disable_cache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L219", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_removesevents", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L226", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_event_fns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L228", "weight": 1.0}, {"source": "sql_removesevents", "target": "sql_removesevents_event_listen", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L231", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_remove_events", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L236", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_computedreflectionfixturetest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L242", "weight": 1.0}, {"source": "sql_computedreflectionfixturetest", "target": "sql_tablestest", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L242", "weight": 1.0}, {"source": "sql_computedreflectionfixturetest", "target": "sql_computedreflectionfixturetest_normalize", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L250", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_define_tables", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L254", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_cachekeyfixture", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L322", "weight": 1.0}, {"source": "sql_cachekeyfixture", "target": "sql_cachekeyfixture_compare_equal", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L323", "weight": 1.0}, {"source": "sql_cachekeyfixture", "target": "sql_cachekeyfixture_run_cache_key_fixture", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L339", "weight": 1.0}, {"source": "sql_cachekeyfixture", "target": "sql_cachekeyfixture_run_cache_key_equal_fixture", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L414", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_testing_fixtures_sql_py", "target": "sql_insertmanyvalues_fixture", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L424", "weight": 1.0}, {"source": "sql_setup_tables_test_class", "target": "sql_init_class", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L58", "weight": 1.0}, {"source": "sql_setup_tables_test_class", "target": "sql_setup_once_tables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L60", "weight": 1.0}, {"source": "sql_setup_tables_test_class", "target": "sql_setup_once_inserts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L62", "weight": 1.0}, {"source": "sql_setup_tables_test_class", "target": "sql_teardown_once_metadata_bind", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L66", "weight": 1.0}, {"source": "sql_setup_tables_test_instance", "target": "sql_tablestest_setup_each_tables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L70", "weight": 1.0}, {"source": "sql_setup_tables_test_instance", "target": "sql_tablestest_setup_each_inserts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L71", "weight": 1.0}, {"source": "sql_setup_tables_test_instance", "target": "sql_tablestest_teardown_each_tables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L75", "weight": 1.0}, {"source": "sql_init_class", "target": "sql_setup_bind", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L92", "weight": 1.0}, {"source": "sql_setup_once_inserts", "target": "sql_load_fixtures", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L98", "weight": 1.0}, {"source": "sql_setup_once_inserts", "target": "sql_insert_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L100", "weight": 1.0}, {"source": "sql_setup_once_tables", "target": "sql_define_tables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L105", "weight": 1.0}, {"source": "sql_tablestest_setup_each_tables", "target": "sql_define_tables", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L113", "weight": 1.0}, {"source": "sql_tablestest_setup_each_inserts", "target": "sql_load_fixtures", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L123", "weight": 1.0}, {"source": "sql_tablestest_setup_each_inserts", "target": "sql_insert_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L125", "weight": 1.0}, {"source": "sql_teardown_once_metadata_bind", "target": "sql_dispose_bind", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L153", "weight": 1.0}, {"source": "sql_load_fixtures", "target": "sql_fixtures", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L193", "weight": 1.0}, {"source": "sql_cachekeyfixture_run_cache_key_fixture", "target": "sql_cachekeyfixture_compare_equal", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L347", "weight": 1.0}, {"source": "sql_cachekeyfixture_run_cache_key_equal_fixture", "target": "sql_cachekeyfixture_compare_equal", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L421", "weight": 1.0}, {"source": "sql_rationale_191", "target": "sql_tablestest_load_fixtures", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L191", "weight": 1.0}], "raw_calls": [{"caller_nid": "sql_init_class", "callee": "adict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L88"}, {"caller_nid": "sql_init_class", "callee": "adict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L89"}, {"caller_nid": "sql_init_class", "callee": "adict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L90"}, {"caller_nid": "sql_init_class", "callee": "MetaData", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L93"}, {"caller_nid": "sql_setup_once_inserts", "callee": "begin", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L99"}, {"caller_nid": "sql_setup_once_tables", "callee": "create_all", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L107"}, {"caller_nid": "sql_setup_once_tables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L108"}, {"caller_nid": "sql_setup_once_tables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L109"}, {"caller_nid": "sql_tablestest_setup_each_tables", "callee": "create_all", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L115"}, {"caller_nid": "sql_tablestest_setup_each_tables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L116"}, {"caller_nid": "sql_tablestest_setup_each_tables", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L117"}, {"caller_nid": "sql_tablestest_setup_each_tables", "callee": "create_all", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L119"}, {"caller_nid": "sql_tablestest_setup_each_inserts", "callee": "begin", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L124"}, {"caller_nid": "sql_tablestest_teardown_each_tables", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L129"}, {"caller_nid": "sql_tablestest_teardown_each_tables", "callee": "drop_all_tables_from_metadata", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L131"}, {"caller_nid": "sql_tablestest_teardown_each_tables", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L132"}, {"caller_nid": "sql_tablestest_teardown_each_tables", "callee": "drop_all_tables_from_metadata", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L134"}, {"caller_nid": "sql_tablestest_teardown_each_tables", "callee": "begin", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L142"}, {"caller_nid": "sql_tablestest_teardown_each_tables", "callee": "delete_from_all_tables", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L143"}, {"caller_nid": "sql_teardown_once_metadata_bind", "callee": "drop_all_tables_from_metadata", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L150"}, {"caller_nid": "sql_dispose_bind", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L166"}, {"caller_nid": "sql_dispose_bind", "callee": "dispose", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L167"}, {"caller_nid": "sql_dispose_bind", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L168"}, {"caller_nid": "sql_dispose_bind", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L169"}, {"caller_nid": "sql_tablestest_sql_count", "callee": "assert_sql_count", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L184"}, {"caller_nid": "sql_tablestest_sql_eq", "callee": "assert_sql", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L187"}, {"caller_nid": "sql_load_fixtures", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L193"}, {"caller_nid": "sql_load_fixtures", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L194"}, {"caller_nid": "sql_load_fixtures", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L196"}, {"caller_nid": "sql_load_fixtures", "callee": "sort_tables_and_constraints", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L200"}, {"caller_nid": "sql_load_fixtures", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L201"}, {"caller_nid": "sql_load_fixtures", "callee": "begin", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L207"}, {"caller_nid": "sql_load_fixtures", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L208"}, {"caller_nid": "sql_load_fixtures", "callee": "insert", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L209"}, {"caller_nid": "sql_load_fixtures", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L211"}, {"caller_nid": "sql_load_fixtures", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L211"}, {"caller_nid": "sql_event_fns", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L229"}, {"caller_nid": "sql_removesevents_event_listen", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L232"}, {"caller_nid": "sql_removesevents_event_listen", "callee": "listen", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L233"}, {"caller_nid": "sql_remove_events", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L239"}, {"caller_nid": "sql_computedreflectionfixturetest_normalize", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L251"}, {"caller_nid": "sql_computedreflectionfixturetest_normalize", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L251"}, {"caller_nid": "sql_define_tables", "callee": "Table", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L261"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L264"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L265"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L266"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L266"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L267"}, {"caller_nid": "sql_define_tables", "callee": "Table", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L270"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L273"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L274"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L275"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L275"}, {"caller_nid": "sql_define_tables", "callee": "Table", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L279"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L282"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L283"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L284"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L284"}, {"caller_nid": "sql_define_tables", "callee": "append_column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L289"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L290"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L293"}, {"caller_nid": "sql_define_tables", "callee": "append_column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L297"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L298"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L301"}, {"caller_nid": "sql_define_tables", "callee": "append_column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L305"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L306"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L309"}, {"caller_nid": "sql_define_tables", "callee": "append_column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L313"}, {"caller_nid": "sql_define_tables", "callee": "Column", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L314"}, {"caller_nid": "sql_define_tables", "callee": "Computed", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L317"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "_generate_cache_key", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L324"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "_generate_cache_key", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L325"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L328"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "eq_", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L332"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "eq_", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L333"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L333"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L333"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L335"}, {"caller_nid": "sql_cachekeyfixture_compare_equal", "callee": "compare", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L336"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "fixture", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L340"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "fixture", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L341"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "combinations_with_replacement", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L343"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L344"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L344"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "_generate_cache_key", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L353"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "_generate_cache_key", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L354"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L358"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L360"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L364"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "compare", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L367"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "ne_", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L377"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "ne_", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L379"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L384"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L384"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "iterate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L390"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L392"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "iterate", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L394"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L396"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "eq_", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L401"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L402"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L403"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "unique_list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L404"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "eq_", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L407"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L408"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L409"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_fixture", "callee": "unique_list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L410"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_equal_fixture", "callee": "fixture", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L415"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_equal_fixture", "callee": "fixture", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L416"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_equal_fixture", "callee": "combinations_with_replacement", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L418"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_equal_fixture", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L419"}, {"caller_nid": "sql_cachekeyfixture_run_cache_key_equal_fixture", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py", "source_location": "L419"}]} |