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

Class SSDictCursor

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

An unbuffered cursor, which returns results as a dictionary

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected