MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / nextset

Method nextset

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

Source from the content-addressed store, hash-verified

433 return self.rowcount
434
435 def nextset(self):
436 return self._nextset(unbuffered=True)
437
438 def read_next(self):
439 """Read next row."""

Callers 1

closeMethod · 0.95

Calls 1

_nextsetMethod · 0.80

Tested by

no test coverage detected