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

Method checkout

test/asynchronous/utils.py:250–251  ·  view source on GitHub ↗
(self, handler=None)

Source from the content-addressed store, hash-verified

248
249 @contextlib.asynccontextmanager
250 async def checkout(self, handler=None):
251 yield AsyncMockConnection()
252
253 async def checkin(self, *args, **kwargs):
254 pass

Calls 1

AsyncMockConnectionClass · 0.85