MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _to_tuple_instance

Method _to_tuple_instance

lib/sqlalchemy/engine/_row_cy.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 raise AttributeError("can't delete attribute")
164
165 def _to_tuple_instance(self) -> Tuple[Any, ...]:
166 return self._data
167
168 def __contains__(self, key: Any) -> cython.bint:
169 return key in self._data

Callers 3

_opMethod · 0.80
_loadMethod · 0.80
test_processorsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_processorsMethod · 0.64