MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / version

Method version

pymongo/server_api.py:136–141  ·  view source on GitHub ↗

The API version setting. This value is sent to the server in the "apiVersion" field.

(self)

Source from the content-addressed store, hash-verified

134
135 @property
136 def version(self) -> str:
137 """The API version setting.
138
139 This value is sent to the server in the "apiVersion" field.
140 """
141 return self._version
142
143 @property
144 def strict(self) -> Optional[bool]:

Callers 1

pool_options.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected