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

Method _fetchone_impl

lib/sqlalchemy/engine/result.py:465–468  ·  view source on GitHub ↗
(
        self, hard_close: bool = False
    )

Source from the content-addressed store, hash-verified

463 raise NotImplementedError()
464
465 def _fetchone_impl(
466 self, hard_close: bool = False
467 ) -> Optional[_InterimRowType[Row[Any]]]:
468 raise NotImplementedError()
469
470 def _fetchmany_impl(
471 self, size: Optional[int] = None

Callers 1

onerowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected