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

Class DictCursor

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

A cursor which returns results as a dictionary

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected