MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / __str__

Method __str__

couchbase/exceptions.py:434–435  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

432 return "<{}>".format(", ".join(details))
433
434 def __str__(self):
435 return self.__repr__()
436
437
438# common errors

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.95

Tested by

no test coverage detected