euporie.core.lsp.LspCell

class euporie.core.lsp.LspCell(id: str, idx: int, path: Path, kind: str, language: str, text: str, execution_count: int, metadata: dict[str, Any] | None = None)

An LSP client’s representation of a cell.