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

Method _get_path

handler.py:69–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 return path.strip('/') if sys.platform == 'win32' else path
68
69 def _get_path(self):
70 c = self._config
71 return os.path.join(c['homepath'], self.name + 's')
72
73 def _config_filename(self):
74 path = self._get_path()

Callers 12

_config_filenameMethod · 0.95
_build_tempMethod · 0.80
do_newMethod · 0.80
_get_project_pathMethod · 0.80
_createMethod · 0.80
do_removeMethod · 0.80
_build_tempMethod · 0.80
do_newMethod · 0.80
_get_project_pathMethod · 0.80
_createMethod · 0.80
do_removeMethod · 0.80
do_newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected