MCPcopy Create free account
hub / github.com/SpecterOps/DeepPass2 / save_results

Function save_results

test/testDeeppass2.py:205–207  ·  view source on GitHub ↗
(path, metrics)

Source from the content-addressed store, hash-verified

203 return results
204
205def save_results(path, metrics):
206 with open(path, 'w') as f:
207 json.dump(metrics, f, indent=2)
208
209
210def run_evaluation(path):

Callers 1

run_evaluationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected