1 line
41 KiB
JSON
1 line
41 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "label": "row.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L1"}, {"id": "row_row", "label": "Row", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L50"}, {"id": "baserow", "label": "BaseRow", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "row_row_setattr", "label": ".__setattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L80"}, {"id": "row_row_delattr", "label": ".__delattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L83"}, {"id": "row_row_tuple", "label": "._tuple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L86"}, {"id": "row_tuple", "label": "tuple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L117"}, {"id": "row_t", "label": "_t()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L126"}, {"id": "row_mapping", "label": "_mapping()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L157"}, {"id": "row_row_filter_on_values", "label": "._filter_on_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L173"}, {"id": "row_special_name_accessor", "label": "_special_name_accessor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L180"}, {"id": "row_row_contains", "label": ".__contains__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L201"}, {"id": "row_row_op", "label": "._op()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L204"}, {"id": "row_getitem", "label": "__getitem__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L216"}, {"id": "row_row_lt", "label": ".__lt__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L223"}, {"id": "row_row_le", "label": ".__le__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L226"}, {"id": "row_row_ge", "label": ".__ge__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L229"}, {"id": "row_row_gt", "label": ".__gt__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L232"}, {"id": "row_row_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L235"}, {"id": "row_row_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L238"}, {"id": "row_row_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L241"}, {"id": "row_fields", "label": "_fields()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L245"}, {"id": "row_row_asdict", "label": "._asdict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L265"}, {"id": "row_romappingview", "label": "ROMappingView", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L287"}, {"id": "abc", "label": "ABC", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "row_romappingview_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L293"}, {"id": "row_romappingview_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L299"}, {"id": "row_romappingview_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L302"}, {"id": "row_romappingview_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L305"}, {"id": "row_romappingview_contains", "label": ".__contains__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L308"}, {"id": "row_romappingview_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L311"}, {"id": "row_romappingview_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L314"}, {"id": "row_romappingkeysvaluesview", "label": "ROMappingKeysValuesView", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L318"}, {"id": "row_romappingitemsview", "label": "ROMappingItemsView", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L324"}, {"id": "row_rowmapping", "label": "RowMapping", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L328"}, {"id": "row_rowmapping_values_impl", "label": "._values_impl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L363"}, {"id": "row_rowmapping_iter", "label": ".__iter__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L366"}, {"id": "row_rowmapping_len", "label": ".__len__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L369"}, {"id": "row_rowmapping_contains", "label": ".__contains__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L372"}, {"id": "row_rowmapping_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L375"}, {"id": "row_rowmapping_items", "label": ".items()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L378"}, {"id": "row_rowmapping_keys", "label": ".keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L387"}, {"id": "row_rowmapping_values", "label": ".values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L395"}, {"id": "row_rationale_51", "label": "Represent a single result row. The :class:`.Row` object represents a row of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L51"}, {"id": "row_rationale_87", "label": "Return a 'tuple' form of this :class:`.Row`. At runtime, this method re", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L87"}, {"id": "row_rationale_118", "label": "Return a 'tuple' form of this :class:`.Row`. .. versionadded:: 2.0", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L118"}, {"id": "row_rationale_127", "label": "A synonym for :meth:`.Row._tuple`. .. versionadded:: 2.0.19 - The :attr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L127"}, {"id": "row_rationale_149", "label": "A synonym for :meth:`.Row._tuple`. .. versionadded:: 2.0", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L149"}, {"id": "row_rationale_158", "label": "Return a :class:`.RowMapping` for this :class:`.Row`. This object provi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L158"}, {"id": "row_rationale_181", "label": "Handle ambiguous names such as \"count\" and \"index\"", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L181"}, {"id": "row_rationale_246", "label": "Return a tuple of string keys as represented by this :class:`.Row`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L246"}, {"id": "row_rationale_266", "label": "Return a new dict which maps field names to their corresponding values.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L266"}, {"id": "row_rationale_329", "label": "A ``Mapping`` that maps column names and objects to :class:`.Row` values.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L329"}, {"id": "row_rationale_379", "label": "Return a view of key/value tuples for the elements in the underlying :cl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L379"}, {"id": "row_rationale_388", "label": "Return a view of 'keys' for string column names represented by the under", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L388"}, {"id": "row_rationale_396", "label": "Return a view of values for the values represented in the underlying :cl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L396"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "collections_abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "operator", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_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/engine/row.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_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/engine/row.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_has_cy_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_py_row_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "sqlalchemy_cyextension_resultproxy", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_result_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_result_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_result_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_row", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L50", "weight": 1.0}, {"source": "row_row", "target": "baserow", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L50", "weight": 1.0}, {"source": "row_row", "target": "row_row_setattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L80", "weight": 1.0}, {"source": "row_row", "target": "row_row_delattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L83", "weight": 1.0}, {"source": "row_row", "target": "row_row_tuple", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L86", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_tuple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L117", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_t", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_t", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L148", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_mapping", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L157", "weight": 1.0}, {"source": "row_row", "target": "row_row_filter_on_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L173", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_special_name_accessor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L180", "weight": 1.0}, {"source": "row_row", "target": "row_row_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L201", "weight": 1.0}, {"source": "row_row", "target": "row_row_op", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L204", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_getitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L216", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_getitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L219", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_getitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L221", "weight": 1.0}, {"source": "row_row", "target": "row_row_lt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L223", "weight": 1.0}, {"source": "row_row", "target": "row_row_le", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L226", "weight": 1.0}, {"source": "row_row", "target": "row_row_ge", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L229", "weight": 1.0}, {"source": "row_row", "target": "row_row_gt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L232", "weight": 1.0}, {"source": "row_row", "target": "row_row_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L235", "weight": 1.0}, {"source": "row_row", "target": "row_row_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L238", "weight": 1.0}, {"source": "row_row", "target": "row_row_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L241", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L245", "weight": 1.0}, {"source": "row_row", "target": "row_row_asdict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L265", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_romappingview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L287", "weight": 1.0}, {"source": "row_romappingview", "target": "abc", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L287", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L293", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L299", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L302", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L305", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L308", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L311", "weight": 1.0}, {"source": "row_romappingview", "target": "row_romappingview_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L314", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_romappingkeysvaluesview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L318", "weight": 1.0}, {"source": "row_romappingkeysvaluesview", "target": "row_romappingview", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L318", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_romappingitemsview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L324", "weight": 1.0}, {"source": "row_romappingitemsview", "target": "row_romappingview", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L324", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_rowmapping", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L328", "weight": 1.0}, {"source": "row_rowmapping", "target": "baserow", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L328", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_row_py", "target": "row_getitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L358", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_values_impl", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L363", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_iter", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L366", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_len", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L369", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_contains", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L372", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L375", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_items", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L378", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_keys", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L387", "weight": 1.0}, {"source": "row_rowmapping", "target": "row_rowmapping_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L395", "weight": 1.0}, {"source": "row_tuple", "target": "row_row_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L123", "weight": 1.0}, {"source": "row_mapping", "target": "row_rowmapping", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L171", "weight": 1.0}, {"source": "row_row_filter_on_values", "target": "row_row", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L176", "weight": 1.0}, {"source": "row_row_lt", "target": "row_row_op", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L224", "weight": 1.0}, {"source": "row_row_le", "target": "row_row_op", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L227", "weight": 1.0}, {"source": "row_row_ge", "target": "row_row_op", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L230", "weight": 1.0}, {"source": "row_row_gt", "target": "row_row_op", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L233", "weight": 1.0}, {"source": "row_row_eq", "target": "row_row_op", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L236", "weight": 1.0}, {"source": "row_row_ne", "target": "row_row_op", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L239", "weight": 1.0}, {"source": "row_fields", "target": "row_tuple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L263", "weight": 1.0}, {"source": "row_rowmapping_items", "target": "row_romappingitemsview", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L383", "weight": 1.0}, {"source": "row_rowmapping_items", "target": "row_rowmapping_keys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L384", "weight": 1.0}, {"source": "row_rowmapping_values", "target": "row_romappingkeysvaluesview", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L400", "weight": 1.0}, {"source": "row_rowmapping_values", "target": "row_rowmapping_values_impl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L400", "weight": 1.0}, {"source": "row_rationale_51", "target": "row_row", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L51", "weight": 1.0}, {"source": "row_rationale_87", "target": "row_row_tuple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L87", "weight": 1.0}, {"source": "row_rationale_118", "target": "row_row_tuple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L118", "weight": 1.0}, {"source": "row_rationale_127", "target": "row_row_t", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L127", "weight": 1.0}, {"source": "row_rationale_149", "target": "row_row_t", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L149", "weight": 1.0}, {"source": "row_rationale_158", "target": "row_row_mapping", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L158", "weight": 1.0}, {"source": "row_rationale_181", "target": "row_row_special_name_accessor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L181", "weight": 1.0}, {"source": "row_rationale_246", "target": "row_row_fields", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L246", "weight": 1.0}, {"source": "row_rationale_266", "target": "row_row_asdict", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L266", "weight": 1.0}, {"source": "row_rationale_329", "target": "row_rowmapping", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L329", "weight": 1.0}, {"source": "row_rationale_379", "target": "row_rowmapping_items", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L379", "weight": 1.0}, {"source": "row_rationale_388", "target": "row_rowmapping_keys", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L388", "weight": 1.0}, {"source": "row_rationale_396", "target": "row_rowmapping_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L396", "weight": 1.0}], "raw_calls": [{"caller_nid": "row_row_setattr", "callee": "AttributeError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L81"}, {"caller_nid": "row_row_delattr", "callee": "AttributeError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L84"}, {"caller_nid": "row_row_op", "callee": "op", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L206"}, {"caller_nid": "row_row_op", "callee": "_to_tuple_instance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L206"}, {"caller_nid": "row_row_op", "callee": "_to_tuple_instance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L206"}, {"caller_nid": "row_row_op", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L207"}, {"caller_nid": "row_row_op", "callee": "op", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L208"}, {"caller_nid": "row_row_op", "callee": "_to_tuple_instance", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L208"}, {"caller_nid": "row_row_repr", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L242"}, {"caller_nid": "row_row_repr", "callee": "_repr_row", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L242"}, {"caller_nid": "row_row_asdict", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L280"}, {"caller_nid": "row_romappingview_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L300"}, {"caller_nid": "row_romappingview_repr", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L303"}, {"caller_nid": "row_romappingview_iter", "callee": "iter", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L306"}, {"caller_nid": "row_romappingview_eq", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L312"}, {"caller_nid": "row_romappingview_eq", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L312"}, {"caller_nid": "row_romappingview_ne", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L315"}, {"caller_nid": "row_romappingview_ne", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L315"}, {"caller_nid": "row_rowmapping_values_impl", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L364"}, {"caller_nid": "row_rowmapping_len", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L370"}, {"caller_nid": "row_rowmapping_contains", "callee": "_has_key", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L373"}, {"caller_nid": "row_rowmapping_repr", "callee": "repr", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L376"}, {"caller_nid": "row_rowmapping_repr", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/row.py", "source_location": "L376"}]} |