Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_op
Method · 0.80
_load
Method · 0.80
test_processors
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_processors
Method · 0.64