Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/isso-comments/isso
/ new
Function
new
isso/config.py:139–145 ·
view source on GitHub ↗
(options=None)
Source
from the content-addressed store, hash-verified
137
138
139
def
new(options=None):
140
cp = IssoParser()
141
142
if
options:
143
cp.read_dict(options)
144
145
return
cp
146
147
148
def
load(default, user=None):
Callers
1
load
Function · 0.70
Calls
1
IssoParser
Class · 0.85
Tested by
no test coverage detected