MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / searchContent

Method searchContent

tutorial/base/spider.py:28–28  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

26 def detailContent(self,ids):pass
27 @abstractmethod
28 def searchContent(self,key,quick):pass
29 @abstractmethod
30 def playerContent(self,flag,id,vipFlags):pass
31 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected