@name 是否安装nodejs版本管理器 @author hwliang<2021-08-09> @param get 请求数据 @return bool
(self,get)
| 124 | |
| 125 | |
| 126 | def is_install_nodejs(self,get): |
| 127 | ''' |
| 128 | @name 是否安装nodejs版本管理器 |
| 129 | @author hwliang<2021-08-09> |
| 130 | @param get<dict_obj> 请求数据 |
| 131 | @return bool |
| 132 | ''' |
| 133 | return os.path.exists(self._nodejs_plugin_path) |
| 134 | |
| 135 | |
| 136 | def get_nodejs_version(self,get): |
no test coverage detected