MCPcopy Index your code
hub / github.com/idank/explainshell / RenderedPage

Class RenderedPage

tests/evals/render/render_eval.py:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116@dataclass(frozen=True)
117class RenderedPage:
118 path: str
119 stem: str
120 markdown: str
121 html: str
122 metrics: dict[str, Any]
123
124
125def _mandoc_markdown(mandoc_path: str, manpage: Path) -> str:

Callers 1

_render_pageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected