Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UndCover/PyramidStore
/ test
Method
test
base/spider.py:74–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
1
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected