MCPcopy 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
64class HtmlLinkInfo(TypedDict):
65 line_no: int
66 full_tag: str
67 attributes: list[HTMLLinkAttribute]
68 text: str
69
70
71class MultilineCodeBlockInfo(TypedDict):

Callers 1

extract_html_linksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected