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

Method startFrame

python/executor.py:834–838  ·  view source on GitHub ↗
(self, type, childset)

Source from the content-addressed store, hash-verified

832 self.endFrame()
833
834 def startFrame(self, type, childset):
835 frame = CaptureContext(type, childset)
836 self.stack[-1].checkFrameLimit()
837 self.stack[-1].addStatementResult(frame.type, frame.blocks, [])
838 self.stack.append(frame)
839
840 def startChildSet(self, childset):
841 self.stack[-1].startChildSet(childset)

Callers 1

Calls 3

CaptureContextClass · 0.85
checkFrameLimitMethod · 0.80
addStatementResultMethod · 0.80

Tested by

no test coverage detected