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 |