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

Method fetchone

test/sql/test_resultset.py:3648–3649  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3646 raise OSError("random non-DBAPI error during cursor operation")
3647
3648 def fetchone(self):
3649 self.raise_()
3650
3651 def fetchmany(self, num=None):
3652 self.raise_()

Calls 1

raise_Method · 0.95

Tested by

no test coverage detected