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

Method base_version

couchbase_version.py:85–90  ·  view source on GitHub ↗

Returns the actual upstream version (without dev info)

(self)

Source from the content-addressed store, hash-verified

83
84 @property
85 def base_version(self):
86 """Returns the actual upstream version (without dev info)"""
87 components = [self.xyz_version]
88 if self.ver_extra:
89 components.append(self.ver_extra)
90 return ''.join(components)
91
92 @property
93 def package_version(self):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected