MCPcopy Create free account
hub / github.com/dashingsoft/pyarmor-webui / do_update

Method do_update

handler8.py:409–417  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

407 return args
408
409 def do_update(self, args):
410 self._build_data(args)
411
412 c, p = self._get_project(args)
413 p.update(args)
414 self._set_config(c)
415
416 logging.info('Update project: %s', p)
417 return p
418
419 def do_list(self, args):
420 c = self._get_config()

Callers

nothing calls this directly

Calls 3

_build_dataMethod · 0.95
_get_projectMethod · 0.95
_set_configMethod · 0.80

Tested by

no test coverage detected