MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / nextset

Method nextset

pymysql/cursors.py:440–441  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

438 return self.rowcount
439
440 def nextset(self):
441 return self._nextset(unbuffered=True)
442
443 def read_next(self):
444 """Read next row."""

Callers 1

closeMethod · 0.95

Calls 1

_nextsetMethod · 0.80

Tested by

no test coverage detected