Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
class
DocMeta:
30
title: str
31
order: int
32
section: str
33
filename: Path
34
35
36
def
extract_meta_info(filename: str) -> Optional[DocMeta]:
Callers
2
extract_meta_info
Function · 0.85
write_scripts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected