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

Method nextset

pymysql/cursors.py:104–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 return True
103
104 def nextset(self):
105 return self._nextset(False)
106
107 def _mogrify(self, query, args) -> str:
108 """Return query after binding args."""

Callers 8

closeMethod · 0.95
executeMethod · 0.95
callprocMethod · 0.95
test_nextsetMethod · 0.45
test_nextset_errorMethod · 0.45
test_ok_and_nextMethod · 0.45
test_multi_cursorMethod · 0.45
test_SSCursorMethod · 0.45

Calls 1

_nextsetMethod · 0.95

Tested by 5

test_nextsetMethod · 0.36
test_nextset_errorMethod · 0.36
test_ok_and_nextMethod · 0.36
test_multi_cursorMethod · 0.36
test_SSCursorMethod · 0.36