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

Method getDependence

base/spider.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 @abstractmethod
38 def getName(self):pass
39 def getDependence(self):
40 return []
41 def regStr(self,src,reg,group=1):
42 m = re.search(reg, src)
43 src = ''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected