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

Method _get_project_path

handler.py:491–492  ·  view source on GitHub ↗
(self, project)

Source from the content-addressed store, hash-verified

489 raise RuntimeError('No project %s found' % n)
490
491 def _get_project_path(self, project):
492 return os.path.join(self._get_path(), 'project-%s' % project['id'])
493
494
495class LicenseHandler(BaseHandler):

Callers 3

do_updateMethod · 0.95
do_removeMethod · 0.95
do_buildMethod · 0.95

Calls 1

_get_pathMethod · 0.80

Tested by

no test coverage detected