RefactoringRope/RefactoringClient.py

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 203
c38750e1bafd
child 212
f05681349336
equal deleted inserted replaced
203:c38750e1bafd 204:b4bf79b956bc
588 588
589 def __confirmUnsure(self, occurrence, changeGroup): 589 def __confirmUnsure(self, occurrence, changeGroup):
590 """ 590 """
591 Private method to confirm unsure occurrences. 591 Private method to confirm unsure occurrences.
592 592
593 @parameter occurrence reference to the occurrence object 593 @param occurrence reference to the occurrence object
594 @type rope.refactor.occurrences.Occurrence 594 @type rope.refactor.occurrences.Occurrence
595 @param changeGroup name of the change group 595 @param changeGroup name of the change group
596 @type str 596 @type str
597 @return flag indicating an occurrence 597 @return flag indicating an occurrence
598 @rtype bool 598 @rtype bool

eric ide

mercurial