Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastapi/fastapi
/ HtmlLinkInfo
Class
HtmlLinkInfo
scripts/doc_parsing_utils.py:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
class
HtmlLinkInfo(TypedDict):
65
line_no: int
66
full_tag: str
67
attributes: list[HTMLLinkAttribute]
68
text: str
69
70
71
class
MultilineCodeBlockInfo(TypedDict):
Callers
1
extract_html_links
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected