MCPcopy Create free account
hub / github.com/fastapi/fastapi / HTMLLinkAttribute

Class HTMLLinkAttribute

scripts/doc_parsing_utils.py:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class HTMLLinkAttribute(TypedDict):
59 name: str
60 quote: str
61 value: str
62
63
64class HtmlLinkInfo(TypedDict):

Callers 2

extract_html_linksFunction · 0.85
_construct_html_linkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected