MCPcopy
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
139def new(options=None):
140 cp = IssoParser()
141
142 if options:
143 cp.read_dict(options)
144
145 return cp
146
147
148def load(default, user=None):

Callers 1

loadFunction · 0.70

Calls 1

IssoParserClass · 0.85

Tested by

no test coverage detected