MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / PythonExecutorError

Class PythonExecutorError

aura/exceptions.py:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61class PythonExecutorError(AuraException):
62 def __init__(self, *args, **kwargs):
63 super().__init__(*args, **kwargs)
64 self.stdout = None
65 self.stderr = None
66
67
68class ASTParseError(AuraException):

Callers 1

execute_interpreterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected