Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kiibohd/controller
/ load_module
Method
load_module
Scan/TestIn/interface.py:41–42 ·
view source on GitHub ↗
( self, fullname )
Source
from the content-addressed store, hash-verified
39
self.path = path
40
41
def
load_module( self, fullname ):
42
return
super( FileLoader, self ).load_module( fullname )
43
44
def
get_filename( self, fullname ):
45
return
self.path
Callers
2
__init__
Method · 0.80
interface.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected