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

Method startDetachedFrame

python/executor.py:824–827  ·  view source on GitHub ↗
(self, type, childset, id)

Source from the content-addressed store, hash-verified

822 return result
823
824 def startDetachedFrame(self, type, childset, id):
825 frame = CaptureContext(type, childset)
826 self.detachedFrames[id].append(frame)
827 self.stack.append(frame)
828
829 def endFrameType(self, type):
830 while type != self.stack[-1].type:

Callers 1

__enter__Method · 0.80

Calls 1

CaptureContextClass · 0.85

Tested by

no test coverage detected