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

Method logExpressionResultAndStartFrame

python/executor.py:812–815  ·  view source on GitHub ↗
(self, nodetype, childset, result)

Source from the content-addressed store, hash-verified

810 return FunctionFrame(self, frameno, func_id)
811
812 def logExpressionResultAndStartFrame(self, nodetype, childset, result):
813 self.startFrame(nodetype, childset)
814 self.logExpressionResult(None, {}, result)
815 return result
816
817 def logExpressionResultAndEndFrames(self, nodetype, frameType, result):
818 self.logExpressionResult(nodetype, {}, result)

Callers

nothing calls this directly

Calls 2

startFrameMethod · 0.95
logExpressionResultMethod · 0.95

Tested by

no test coverage detected