MCPcopy
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_DictCursorMethod · 0.95
test_custom_dictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected