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

Class DictCursor

pymysql/cursors.py:394–395  ·  view source on GitHub ↗

A cursor which returns results as a dictionary

Source from the content-addressed store, hash-verified

392
393
394class DictCursor(DictCursorMixin, Cursor):
395 """A cursor which returns results as a dictionary"""
396
397
398class SSCursor(Cursor):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected