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

Method __getattr__

pymysql/protocol.py:303–304  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

301 self.has_next = self.server_status & SERVER_STATUS.SERVER_MORE_RESULTS_EXISTS
302
303 def __getattr__(self, key):
304 return getattr(self.packet, key)
305
306
307class EOFPacketWrapper:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected