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

Method __str__

pymysql/protocol.py:275–276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

273 return self.length
274
275 def __str__(self):
276 return f"{self.__class__} {self.db!r}.{self.table_name!r}.{self.name!r}, type={self.type_code}, flags={self.flags:x}"
277
278
279class OKPacketWrapper:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected