コード例 #1
0
 def do_quit(self, _line):
     """quit
 Quit"""
     self.do_disconnect("")
     CLI.do_quit(self, _line)
コード例 #2
0
ファイル: CSShellCLI.py プロジェクト: vingar/DIRAC
 def do_quit(self, _line):
     """quit
 Quit"""
     self.do_disconnect("")
     CLI.do_quit(self, _line)