MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / BlockLine

Class BlockLine

tools/format_docs_code.py:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class BlockLine(NamedTuple):
48 line: str
49 line_no: int
50 code: str
51 padding: str | None = None # relevant only on first line of block
52 sql_marker: str | None = None
53
54
55_Block = list[BlockLine]

Callers 1

format_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected