Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UndCover/PyramidStore
/ loadModule
Method
loadModule
tutorial/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()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected