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

Method _get_project_path

handler8.py:458–459  ·  view source on GitHub ↗
(self, project)

Source from the content-addressed store, hash-verified

456 raise RuntimeError('No project %s found' % n)
457
458 def _get_project_path(self, project):
459 return os.path.join(self._get_path(), 'project-%s' % project['id'])
460
461
462class LicenseHandler(BaseHandler):

Callers 2

do_removeMethod · 0.95
do_buildMethod · 0.95

Calls 1

_get_pathMethod · 0.80

Tested by

no test coverage detected