MCPcopy Index your code
hub / github.com/tirth8205/code-review-graph / CellInfo

Class CellInfo

code_review_graph/parser.py:23–27  ·  view source on GitHub ↗

Represents a single cell in a notebook with its language.

Source from the content-addressed store, hash-verified

21
22
23class CellInfo(NamedTuple):
24 """Represents a single cell in a notebook with its language."""
25 cell_index: int
26 language: str
27 source: str
28
29
30_SQL_TABLE_RE = re.compile(

Callers 2

_parse_notebookMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected