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

Class TestSSDictCursor

pymysql/tests/test_DictCursor.py:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117class TestSSDictCursor(TestDictCursor):
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

no outgoing calls

Tested by

no test coverage detected