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

Method loadModule

base/spider.py:72–73  ·  view source on GitHub ↗
(self,name,fileName)

Source from the content-addressed store, hash-verified

70 else:
71 return ele[0]
72 def loadModule(self,name,fileName):
73 return SourceFileLoader(name, fileName).load_module()
74 def test(self):
75 print('please override the test function')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected