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

Method init

base/spider.py:18–18  ·  view source on GitHub ↗
(self,extend="")

Source from the content-addressed store, hash-verified

16 return cls._instance
17 @abstractmethod
18 def init(self,extend=""):pass
19 @abstractmethod
20 def homeContent(self,filter):pass
21 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected