Searched refs:_socket_path (Results 1 – 1 of 1) sorted by relevance
45 def _socket_path(self): member in MasterSsh56 return '-o ControlPath=%s' % (self._socket_path,)76 if (self._master_job and (not os.path.exists(self._socket_path) or93 'socket': self._socket_path,107 condition=lambda: os.path.exists(self._socket_path),