Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
117
class
RenderedPage:
118
path: str
119
stem: str
120
markdown: str
121
html: str
122
metrics: dict[str, Any]
123
124
125
def
_mandoc_markdown(mandoc_path: str, manpage: Path) -> str:
Callers
1
_render_page
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected