MCPcopy 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
71class MultilineCodeBlockInfo(TypedDict):
72 lang: str
73 start_line_no: int
74 content: list[str]
75
76
77# Code includes

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected