MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / get_version

Method get_version

test/test_session.py:526–527  ·  view source on GitHub ↗
(session=None)

Source from the content-addressed store, hash-verified

524 (fs.get(1, session=session)).read()
525
526 def get_version(session=None):
527 (fs.get_version("f", session=session)).read()
528
529 def get_last_version(session=None):
530 (fs.get_last_version("f", session=session)).read()

Callers 3

test_get_versionMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected