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

Method __init__

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

Source from the content-addressed store, hash-verified

793
794class SplootCapture:
795 def __init__(self):
796 self.root = CaptureContext("PYTHON_FILE", "body")
797 self.stack = [self.root]
798 self.detachedFrames = {}
799 self.detachedFramesCount = {}
800 self.detachedFramesException = {}
801 self.sideEffects = []
802 self.lastException = None
803
804 def func(self, func_id):
805 self.detachedFrames.setdefault(func_id, [])

Callers

nothing calls this directly

Calls 1

CaptureContextClass · 0.85

Tested by

no test coverage detected