Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMySQL/PyMySQL
/ MyDictCursor
Class
MyDictCursor
pymysql/tests/test_DictCursor.py:89–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
pass
88
89
class
MyDictCursor(self.cursor_type):
90
dict_type = MyDict
91
92
keys = [
"name"
,
"age"
,
"DOB"
]
93
bob = MyDict([(k, self.bob[k])
for
k in keys])
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected