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

Function test_create_new_kernel

python/tests/test_kernels.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def test_create_new_kernel():
5 with CodeInterpreter() as sandbox:
6 sandbox.notebook.create_kernel()
7
8
9def test_independence_of_kernels():

Callers

nothing calls this directly

Calls 2

CodeInterpreterClass · 0.90
create_kernelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…