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

Function pycbc_connection__connect__

src/pycbc_connection.cxx:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// ==========================================================================================
38
39static PyObject*
40pycbc_connection__connect__(pycbc_connection* self, PyObject* args, PyObject* kwargs)
41{
42 if (!validate_connection_and_args(self, args, kwargs, "connect")) {
43 return nullptr;
44 }
45 return self->conn->connect(kwargs);
46}
47
48static PyObject*
49pycbc_connection__close__(pycbc_connection* self, PyObject* args, PyObject* kwargs)

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected