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

Method delete

test/test_session.py:737–738  ·  view source on GitHub ↗
(cursor)

Source from the content-addressed store, hash-verified

735 return coll.find(session=session)
736
737 def delete(cursor):
738 return cursor.__del__()
739
740 self._test_cursor_helper(find, delete)
741

Callers 10

test_basicMethod · 0.45
test_corrupt_chunkMethod · 0.45
test_alt_collectionMethod · 0.45
test_get_last_versionMethod · 0.45
test_basicMethod · 0.45
test_corrupt_chunkMethod · 0.45
test_alt_collectionMethod · 0.45
test_get_last_versionMethod · 0.45

Calls 1

__del__Method · 0.45

Tested by

no test coverage detected