MCPcopy Index your code
hub / github.com/OWASP/APTS / ParsedRow

Class ParsedRow

scripts/validate_markdown_tables.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@dataclass
12class ParsedRow:
13 cells: list[str]
14 separator_count: int
15
16
17def parse_table_row(row: str) -> ParsedRow:

Callers 1

parse_table_rowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected