MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _raw_row_iterator

Method _raw_row_iterator

lib/sqlalchemy/engine/cursor.py:2266–2267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2264 return self.cursor_strategy.fetchmany(self, self.cursor, size)
2265
2266 def _raw_row_iterator(self) -> Any:
2267 return self._fetchiter_impl()
2268
2269 def merge(self, *others: Result[Any]) -> MergedResult[Any]:
2270 merged_result = super().merge(*others)

Callers 2

splice_horizontallyMethod · 0.95
splice_verticallyMethod · 0.95

Calls 1

_fetchiter_implMethod · 0.95

Tested by

no test coverage detected