MCPcopy
hub / github.com/PyMySQL/PyMySQL / affected_rows

Method affected_rows

pymysql/connections.py:589–590  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

587 return self._affected_rows
588
589 def affected_rows(self):
590 return self._affected_rows
591
592 def kill(self, thread_id):
593 if not isinstance(thread_id, int):

Callers 2

test_SSCursorMethod · 0.80
test_affected_rowsMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_SSCursorMethod · 0.64
test_affected_rowsMethod · 0.64