MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / _conv_row

Method _conv_row

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

Source from the content-addressed store, hash-verified

407 """
408
409 def _conv_row(self, row):
410 return row
411
412 def close(self):
413 conn = self.connection

Callers 1

read_nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected