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

Function pycbc_exception__err__

src/exceptions.cxx:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static PyObject*
83pycbc_exception__err__(pycbc_exception* self, PyObject* Py_UNUSED(ignored))
84{
85 return PyLong_FromLong(self->ec.value());
86}
87
88static PyObject*
89pycbc_exception__err_category__(pycbc_exception* self, PyObject* Py_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected