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

Method fetchone

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

Source from the content-addressed store, hash-verified

3559 raise OSError("random non-DBAPI error during cursor operation")
3560
3561 def fetchone(self):
3562 self.raise_()
3563
3564 def fetchmany(self, num=None):
3565 self.raise_()

Calls 1

raise_Method · 0.95

Tested by

no test coverage detected