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

Method __init__

pymysql/protocol.py:232–234  ·  view source on GitHub ↗
(self, data, encoding)

Source from the content-addressed store, hash-verified

230 """
231
232 def __init__(self, data, encoding):
233 MysqlPacket.__init__(self, data, encoding)
234 self._parse_field_descriptor(encoding)
235
236 def _parse_field_descriptor(self, encoding):
237 """Parse the 'Field Descriptor' (Metadata) packet.

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected