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

Method detailContent

tutorial/base/spider.py:26–26  ·  view source on GitHub ↗
(self,ids)

Source from the content-addressed store, hash-verified

24 def categoryContent(self,tid,pg,filter,extend):pass
25 @abstractmethod
26 def detailContent(self,ids):pass
27 @abstractmethod
28 def searchContent(self,key,quick):pass
29 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected