Searched refs:_socket_path (Results 1 – 1 of 1) sorted by relevance
51 def _socket_path(self): member in MasterSsh62 return '-o ControlPath=%s' % (self._socket_path,)82 if (self._master_job and (not os.path.exists(self._socket_path) or98 'socket': self._socket_path,112 condition=lambda: os.path.exists(self._socket_path),