(self)
| 757 | self.blocks[self.childset].append(exception_details) |
| 758 | |
| 759 | def checkFrameLimit(self): |
| 760 | if iterationLimit and len(self.blocks[self.childset]) > iterationLimit: |
| 761 | raise Exception('Too many iterations.') |
| 762 | |
| 763 | def toDict(self): |
| 764 | return { |