Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastapi/fastapi
/ MultilineCodeBlockInfo
Class
MultilineCodeBlockInfo
scripts/doc_parsing_utils.py:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
class
MultilineCodeBlockInfo(TypedDict):
72
lang: str
73
start_line_no: int
74
content: list[str]
75
76
77
# Code includes
Callers
1
extract_multiline_code_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected