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

Method __str__

pymongo/common.py:1143–1144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1141 return self >= Version(*other_version)
1142
1143 def __str__(self) -> str:
1144 return ".".join(map(str, self))
1145
1146
1147def check_for_min_version(package_name: str) -> tuple[str, str, bool]:

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected