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

Function pycbc_connection__close__

src/pycbc_connection.cxx:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static PyObject*
49pycbc_connection__close__(pycbc_connection* self, PyObject* args, PyObject* kwargs)
50{
51 if (!validate_connection_and_args(self, args, kwargs, "close", true)) {
52 return nullptr;
53 }
54 return self->conn->close(kwargs);
55}
56
57static PyObject*
58pycbc_connection__open_bucket__(pycbc_connection* self, PyObject* args, PyObject* kwargs)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected