Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyMySQL/PyMySQL
/ _ensure_cursor_expired
Method
_ensure_cursor_expired
pymysql/tests/test_DictCursor.py:41–42 ·
view source on GitHub ↗
(self, cursor)
Source
from the content-addressed store, hash-verified
39
super().tearDown()
40
41
def
_ensure_cursor_expired(self, cursor):
42
pass
43
44
def
test_DictCursor(self):
45
bob, jim, fred = self.bob.copy(), self.jim.copy(), self.fred.copy()
Callers
2
test_DictCursor
Method · 0.95
test_custom_dict
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected