MCPcopy
hub / github.com/DropsDevopsOrg/ECommerceCrawlers / delete_all

Method delete_all

TaobaoCrawler/dbsimil.py:15–16  ·  view source on GitHub ↗
(self, query_dict)

Source from the content-addressed store, hash-verified

13 self.collection.insert_one(item_dict)
14
15 def delete_all(self, query_dict):
16 self.collection.delete_many(query_dict)
17
18 def count(self):
19 self.collection.count_documents({})

Callers 3

test.pyFile · 0.45
clear_CookieDbMethod · 0.45
clearDBMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected