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

Method do_list

handler.py:572–574  ·  view source on GitHub ↗
(self, args=None)

Source from the content-addressed store, hash-verified

570 return p
571
572 def do_list(self, args=None):
573 c = self._get_config()
574 return c['licenses']
575
576 def _get_license(self, args):
577 c = self._get_config()

Callers

nothing calls this directly

Calls 1

_get_configMethod · 0.80

Tested by

no test coverage detected