コード例 #1
0
 def __init__(self,
              node,
              command,
              worker,
              stderr,
              timeout,
              autoclose=False,
              rank=None):
     ExecClient.__init__(self, node, command, worker, stderr, timeout,
                         autoclose, rank)
     self._closed_nodes = NodeSet()
コード例 #2
0
ファイル: Pdsh.py プロジェクト: ashangit/clustershell
 def __init__(self, node, command, worker, stderr, timeout, autoclose=False,
              rank=None):
     ExecClient.__init__(self, node, command, worker, stderr, timeout,
                         autoclose, rank)
     self._closed_nodes = NodeSet()