Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DropsDevopsOrg/ECommerceCrawlers
/ select_one
Method
select_one
TaobaoCrawler/dbkeyword.py:25–26 ·
view source on GitHub ↗
(self, dict)
Source
from the content-addressed store, hash-verified
23
return
self.collection.find(dict)
24
25
def
select_one(self, dict):
26
return
self.collection.find_one(dict)
27
28
def
delete(self,dict):
29
return
self.collection.delete_one(dict)
Callers
2
add_keyword
Method · 0.45
add_user
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected