Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_basic
Method · 0.45
test_corrupt_chunk
Method · 0.45
test_alt_collection
Method · 0.45
test_get_last_version
Method · 0.45
test_basic
Method · 0.45
test_corrupt_chunk
Method · 0.45
test_alt_collection
Method · 0.45
test_get_last_version
Method · 0.45
test_get_last_version_with_metadata
Method · 0.45
test_get_version_with_metadata
Method · 0.45
Calls
1
__del__
Method · 0.45
Tested by
no test coverage detected