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

Method endFrame

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

Source from the content-addressed store, hash-verified

841 self.stack[-1].startChildSet(childset)
842
843 def endFrame(self):
844 frame = self.stack.pop()
845
846 def endLoop(self):
847 while len(self.stack) != 0:

Callers 2

endFrameTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected