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

Class HeaderPermalinkInfo

scripts/doc_parsing_utils.py:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class HeaderPermalinkInfo(TypedDict):
43 line_no: int
44 hashes: str
45 title: str
46 permalink: str
47
48
49class MarkdownLinkInfo(TypedDict):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected