MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / ArrayValues

Class ArrayValues

couchbase/subdocument.py:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253class ArrayValues(tuple):
254 def __new__(cls, *args, **kwargs):
255 return super(ArrayValues, cls).__new__(cls, tuple(args))
256
257 def __repr__(self):
258 return 'ArrayValues({0})'.format(tuple.__repr__(self))
259
260
261def parse_subdocument_content_as(content, # type: List[Dict[str, Any]]

Callers 3

array_appendFunction · 0.85
array_prependFunction · 0.85
array_insertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected