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

Class SSDictCursor

pymysql/cursors.py:519–520  ·  view source on GitHub ↗

An unbuffered cursor, which returns results as a dictionary

Source from the content-addressed store, hash-verified

517
518
519class SSDictCursor(DictCursorMixin, SSCursor):
520 """An unbuffered cursor, which returns results as a dictionary"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected