MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / _read_command

Method _read_command

tests/mock_server.py:380–382  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 self._mgmt_addrs = res['mgmt_addrs']
379
380 def _read_command(self):
381 result = self._recv()
382 return json.loads(result)
383
384 def _write_command(self, cmd):
385 cmd_str = json.dumps(cmd)

Callers 2

startMethod · 0.95
_round_trip_commandMethod · 0.95

Calls 1

_recvMethod · 0.95

Tested by

no test coverage detected