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

Method logExpressionResultAndEndFrames

python/executor.py:817–822  ·  view source on GitHub ↗
(self, nodetype, frameType, result)

Source from the content-addressed store, hash-verified

815 return result
816
817 def logExpressionResultAndEndFrames(self, nodetype, frameType, result):
818 self.logExpressionResult(nodetype, {}, result)
819 while frameType != self.stack[-1].type:
820 self.endFrame()
821 self.endFrame()
822 return result
823
824 def startDetachedFrame(self, type, childset, id):
825 frame = CaptureContext(type, childset)

Callers

nothing calls this directly

Calls 2

logExpressionResultMethod · 0.95
endFrameMethod · 0.95

Tested by

no test coverage detected