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

Method do_list

handler.py:452–454  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

450 return p
451
452 def do_list(self, args):
453 c = self._get_config()
454 return c['projects']
455
456 def do_remove(self, args):
457 c, p = self._get_project(args)

Callers

nothing calls this directly

Calls 1

_get_configMethod · 0.80

Tested by

no test coverage detected