Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ nextset
Method
nextset
pymysql/cursors.py:439–440 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
437
return
self.rowcount
438
439
def
nextset(self):
440
return
self._nextset(unbuffered=True)
441
442
def
read_next(self):
443
""
"Read next row."
""
Callers
1
close
Method · 0.95
Calls
1
_nextset
Method · 0.80
Tested by
no test coverage detected