MCPcopy
hub / github.com/run-llama/notebookllama / table

Method table

src/notebookllama/documents.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 @property
57 def table(self) -> Table:
58 if self._table is None:
59 self._create_table()
60 return cast(Table, self._table)
61
62 def _connect(self) -> None:
63 # move network calls outside of constructor

Callers

nothing calls this directly

Calls 1

_create_tableMethod · 0.95

Tested by

no test coverage detected