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

Method _ensure_cursor_expired

pymysql/tests/test_DictCursor.py:120–121  ·  view source on GitHub ↗
(self, cursor)

Source from the content-addressed store, hash-verified

118 cursor_type = pymysql.cursors.SSDictCursor
119
120 def _ensure_cursor_expired(self, cursor):
121 list(cursor.fetchall_unbuffered())
122
123
124if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

fetchall_unbufferedMethod · 0.80

Tested by

no test coverage detected