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

Method get_last_version

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

Source from the content-addressed store, hash-verified

527 await (await fs.get_version("f", session=session)).read()
528
529 async def get_last_version(session=None):
530 await (await fs.get_last_version("f", session=session)).read()
531
532 async def find_list(session=None):
533 await 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