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

Class CodeIncludeInfo

scripts/doc_parsing_utils.py:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class CodeIncludeInfo(TypedDict):
38 line_no: int
39 line: str
40
41
42class HeaderPermalinkInfo(TypedDict):

Callers 1

extract_code_includesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected