Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyMySQL/PyMySQL
/ MyDict
Class
MyDict
pymysql/tests/test_DictCursor.py:86–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
def
test_custom_dict(self):
86
class
MyDict(dict):
87
pass
88
89
class
MyDictCursor(self.cursor_type):
90
dict_type = MyDict
Callers
1
test_custom_dict
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_custom_dict
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…