Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.45
clear_CookieDb
Method · 0.45
clearDB
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected