Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ drop
Method
drop
test/correctness/mongo_model.py:610–612 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
608
self.data[key][
'_id'
] = _id
609
610
def
drop(self):
611
self.drop_indexes()
612
self.remove()
613
614
# So that we can use PyMongo and MongoModel implementations of a "collection" interchangeably
615
def
drop_indexes(self):
Callers
4
get_clients_and_collections
Function · 0.80
one_iteration
Function · 0.80
test_forever
Function · 0.80
fixture_collection
Function · 0.80
Calls
2
drop_indexes
Method · 0.95
remove
Method · 0.95
Tested by
2
test_forever
Function · 0.64
fixture_collection
Function · 0.64