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

Method get_last_version

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

Source from the content-addressed store, hash-verified

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()
531
532 def find_list(session=None):
533 fs.find(session=session).to_list()

Callers 6

test_listMethod · 0.45
test_threaded_writesMethod · 0.45
test_get_last_versionMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected