Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
class
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_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected