MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fetchone

Method fetchone

lib/sqlalchemy/engine/cursor.py:1096–1102  ·  view source on GitHub ↗
(
        self,
        result: CursorResult[Unpack[TupleAny]],
        dbapi_cursor: DBAPICursor,
        hard_close: bool = False,
    )

Source from the content-addressed store, hash-verified

1094 return
1095
1096 def fetchone(
1097 self,
1098 result: CursorResult[Unpack[TupleAny]],
1099 dbapi_cursor: DBAPICursor,
1100 hard_close: bool = False,
1101 ) -> Any:
1102 raise NotImplementedError()
1103
1104 def fetchmany(
1105 self,

Callers 2

fetchoneMethod · 0.45
_fetchone_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected