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

Method __init__

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

Source from the content-addressed store, hash-verified

53 __slots__ = ("_position", "_data")
54
55 def __init__(self, data, encoding):
56 self._position = 0
57 self._data = data
58
59 def get_all_data(self):
60 return self._data

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected