Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ load_source
Function
load_source
editor/editor.py:35–36 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
33
import
imp
34
35
def
load_source(filename):
36
return
imp.load_source(
'project'
, filename)
37
else
:
38
import
importlib.machinery
39
import
importlib.util
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected