MCPcopy Create free account
hub / github.com/e2b-dev/code-interpreter / KernelException

Class KernelException

python/e2b_code_interpreter/models.py:22–27  ·  view source on GitHub ↗

Exception raised when a kernel operation fails.

Source from the content-addressed store, hash-verified

20
21
22class KernelException(Exception):
23 """
24 Exception raised when a kernel operation fails.
25 """
26
27 pass

Callers 4

create_kernelMethod · 0.90
restart_kernelMethod · 0.90
shutdown_kernelMethod · 0.90
list_kernelsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…