Cooperation/CooperationClient.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
315 for connection in connectionList: 315 for connection in connectionList:
316 connection.sendEditorCommand(projectHash, filename, message) 316 connection.sendEditorCommand(projectHash, filename, message)
317 317
318 def __findConnections(self, nick): 318 def __findConnections(self, nick):
319 """ 319 """
320 Public method to get a list of connection given a nick name. 320 Private method to get a list of connection given a nick name.
321 321
322 @param nick nick name in the format of self.nickName() (string) 322 @param nick nick name in the format of self.nickName() (string)
323 @return list of references to the connection objects (list of 323 @return list of references to the connection objects (list of
324 Connection) 324 Connection)
325 """ 325 """

eric ide

mercurial