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

Method addExceptionFrame

python/executor.py:863–866  ·  view source on GitHub ↗
(self, func_id, frameno, lineno, exception)

Source from the content-addressed store, hash-verified

861 return result
862
863 def addExceptionFrame(self, func_id, frameno, lineno, exception):
864 key = exception
865 if key not in self.detachedFramesException:
866 self.detachedFramesException[key] = (func_id, frameno, lineno)
867
868 def logTracedException(self, exception):
869 exceptionType = str(type(exception).__name__)

Callers 1

__exit__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected