Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ span
Method
span
couchbase/logic/analytics.py:334–335 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
332
333
@property
334
def
span(self) -> Optional[SpanProtocol]:
335
return
self._params.get(
'span'
, None)
336
337
@span.setter
338
def
span(self, value: SpanProtocol) -> None:
Callers
nothing calls this directly
Calls
2
set_option
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected