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

Method __iter__

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

Source from the content-addressed store, hash-verified

357 self._rows = result.rows
358
359 def __iter__(self):
360 return self
361
362 def __next__(self):
363 row = self.fetchone()

Callers 1

Calls

no outgoing calls

Tested by 1