MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / test_conn

Method test_conn

mod/project/node/nodeutil/base.py:1374–1377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1372 return "1Panel节点测试连接失败"
1373
1374 def test_conn(self) -> str:
1375 if self.lpc.test_ver():
1376 return ""
1377 return "1Panel节点测试连接失败"
1378
1379 def get_net_work(self) -> Tuple[Optional[dict], str]:
1380 """{

Callers 1

wait_for_rebootMethod · 0.95

Calls 1

test_verMethod · 0.80

Tested by

no test coverage detected