MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / fetchmany

Method fetchmany

test/sql/test_resultset.py:3651–3652  ·  view source on GitHub ↗
(self, num=None)

Source from the content-addressed store, hash-verified

3649 self.raise_()
3650
3651 def fetchmany(self, num=None):
3652 self.raise_()
3653
3654 def fetchall(self):
3655 self.raise_()

Calls 1

raise_Method · 0.95

Tested by

no test coverage detected