MCPcopy Index your code
hub / github.com/dashingsoft/pyarmor-webui / do_update

Method do_update

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

Source from the content-addressed store, hash-verified

519 return filename
520
521 def do_update(self, args):
522 c, p = self._get_license(args)
523 p.update(args)
524 self._set_config(c)
525
526 self._create(args, update=True)
527 return p
528
529 def do_remove(self, args):
530 c, p = self._get_license(args)

Callers

nothing calls this directly

Calls 3

_get_licenseMethod · 0.95
_createMethod · 0.95
_set_configMethod · 0.80

Tested by

no test coverage detected