MCPcopy Create free account
hub / github.com/SplootCode/splootcode / checkFrameLimit

Method checkFrameLimit

python/executor.py:759–761  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 {

Callers 1

startFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected