MCPcopy
hub / github.com/cs230-stanford/cs230-code-examples / __init__

Method __init__

tensorflow/nlp/model/utils.py:18–19  ·  view source on GitHub ↗
(self, json_path)

Source from the content-addressed store, hash-verified

16 """
17
18 def __init__(self, json_path):
19 self.update(json_path)
20
21 def save(self, json_path):
22 """Saves parameters to json file"""

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected