Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ load
Method
load
ML/src/python/neuralforge/config.py:44–47 ·
view source on GitHub ↗
(cls, path: str)
Source
from the content-addressed store, hash-verified
42
43
@classmethod
44
def
load(cls, path: str) ->
'Config'
:
45
with
open(path,
'r'
)
as
f:
46
data = json.load(f)
47
return
cls(**data)
48
49
def
update(self, **kwargs):
50
for
key, value in kwargs.items():
Callers
15
get_likes_on_FB.py
File · 0.45
find_tf_idf
Function · 0.45
main
Function · 0.45
greeting
Method · 0.45
user_name
Method · 0.45
directorychooser
Function · 0.45
nextsong
Function · 0.45
prevsong
Function · 0.45
diction.py
File · 0.45
Chrome Dino Automater.py
File · 0.45
mobilePhoneSpecsScrapper.py
File · 0.45
python Space Invader game.py
File · 0.45
Calls
1
cls
Function · 0.85
Tested by
2
__init__
Method · 0.36
load_model
Method · 0.36