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

Method _conv_row

pymysql/cursors.py:414–415  ·  view source on GitHub ↗
(self, row)

Source from the content-addressed store, hash-verified

412 """
413
414 def _conv_row(self, row):
415 return row
416
417 def close(self):
418 conn = self.connection

Callers 1

read_nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected