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

Method __getattr__

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

Source from the content-addressed store, hash-verified

324 self.has_next = self.server_status & SERVER_STATUS.SERVER_MORE_RESULTS_EXISTS
325
326 def __getattr__(self, key):
327 return getattr(self.packet, key)
328
329
330class LoadLocalPacketWrapper:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected