MCPcopy Create free account
hub / github.com/M-Nauta/ProtoTree / log_args

Method log_args

util/log.py:76–77  ·  view source on GitHub ↗
(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

74 f.write(','.join(str(v) for v in (key,) + values) + '\n')
75
76 def log_args(self, args: argparse.Namespace):
77 save_args(args, self._log_dir)
78

Callers

nothing calls this directly

Calls 1

save_argsFunction · 0.90

Tested by

no test coverage detected