MCPcopy Create free account
hub / github.com/NVIDIA/nvcf / parse_progress_file

Function parse_progress_file

examples/task-samples/task-byoo-sample/main.py:100–103  ·  view source on GitHub ↗
(progress_file_path)

Source from the content-addressed store, hash-verified

98
99
100def parse_progress_file(progress_file_path):
101 with open(progress_file_path, "r") as f:
102 content = json.load(f)
103 return Progress(**content)
104
105
106# handle termination signal

Callers 1

heartbeatFunction · 0.70

Calls 2

ProgressClass · 0.70
loadMethod · 0.45

Tested by

no test coverage detected