MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / DocMeta

Class DocMeta

docs/source/helper.py:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28@dataclass
29class DocMeta:
30 title: str
31 order: int
32 section: str
33 filename: Path
34
35
36def extract_meta_info(filename: str) -> Optional[DocMeta]:

Callers 2

extract_meta_infoFunction · 0.85
write_scriptsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected