Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ _internal_exception
Function
_internal_exception
couchbase/logic/streaming.py:40–42 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
38
39
40
def
_internal_exception(message):
41
exc_cls = PYCBC_ERROR_MAP.get(ExceptionMap.InternalSDKException.value, CouchbaseException)
42
return
exc_cls(message)
43
44
45
async
def
stream_anext(req):
Callers
2
stream_anext
Function · 0.85
stream_next
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected