Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ endFrameType
Method
endFrameType
python/executor.py:829–832 ·
view source on GitHub ↗
(self, type)
Source
from the content-addressed store, hash-verified
827
self.stack.append(frame)
828
829
def
endFrameType(self, type):
830
while
type != self.stack[-1].type:
831
self.endFrame()
832
self.endFrame()
833
834
def
startFrame(self, type, childset):
835
frame = CaptureContext(type, childset)
Callers
1
__exit__
Method · 0.80
Calls
1
endFrame
Method · 0.95
Tested by
no test coverage detected