def check_project_path_access(self): """ Check project path is full authority. """ CommonTools.check_dir_access(self.project_path, 'full')
def _check_module_path_access(self): """ Check module path is full authority. """ CommonTools.check_dir_access(self.module_path, 'full')