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

Method do_list

handler8.py:542–544  ·  view source on GitHub ↗
(self, args=None)

Source from the content-addressed store, hash-verified

540 return p
541
542 def do_list(self, args=None):
543 c = self._get_config()
544 return c['licenses']
545
546 def _get_license(self, args):
547 c = self._get_config()

Callers

nothing calls this directly

Calls 1

_get_configMethod · 0.80

Tested by

no test coverage detected