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

Method __enter__

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

Source from the content-addressed store, hash-verified

778 self.cap = True
779
780 def __enter__(self):
781 if self.cap:
782 self.capture.startDetachedFrame("PYTHON_FUNCTION_CALL", "body", self.func_id)
783
784 def __exit__(self, exc_type, exc_value, exc_tb):
785 if exc_type:

Callers

nothing calls this directly

Calls 1

startDetachedFrameMethod · 0.80

Tested by

no test coverage detected