MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / __load_json

Method __load_json

python/pymesh/wires/Parameters.py:158–161  ·  view source on GitHub ↗
(self, json_file)

Source from the content-addressed store, hash-verified

156 return str(formula), value
157
158 def __load_json(self, json_file):
159 with open(json_file, 'r') as fin:
160 config = json.load(fin)
161 return config
162
163 def __group_by_value(self, entries):
164 num_unique_entires = len(np.unique(entries))

Callers 1

load_modifier_fileMethod · 0.95

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected