MCPcopy Create free account
hub / github.com/mysql/mysql-connector-python / reset

Method reset

mysqlx-connector-python/tests/__init__.py:196–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self._server_replies += packet
195
196 def reset(self):
197 self._raise_socket_error = 0
198 self._server_replies = bytearray(b"")
199 self._client_sends = []
200
201 def get_address(self):
202 return "dummy"

Callers 1

theme.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected