Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
class
ParsedRow:
13
cells: list[str]
14
separator_count: int
15
16
17
def
parse_table_row(row: str) -> ParsedRow:
Callers
1
parse_table_row
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected