Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyMySQL/PyMySQL
/ __iter__
Method
__iter__
pymysql/cursors.py:355–356 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
353
self._rows = result.rows
354
355
def
__iter__(self):
356
return
self
357
358
def
__next__(self):
359
row = self.fetchone()
Callers
1
test_cursor_is_iterator
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_cursor_is_iterator
Method · 0.64