MCPcopy Create free account
hub / github.com/OpenPipe/ART / __init__

Method __init__

tests/integration.py:168–169  ·  view source on GitHub ↗
(self, notebook_configs: list[dict])

Source from the content-addressed store, hash-verified

166
167class _NotebookPlugin:
168 def __init__(self, notebook_configs: list[dict]) -> None:
169 self.notebook_configs = notebook_configs
170
171 def pytest_generate_tests(self, metafunc) -> None:
172 if "notebook_config" in metafunc.fixturenames:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected