MCPcopy
hub / github.com/idank/explainshell / _make_raw

Function _make_raw

tests/test_db_check.py:11–17  ·  view source on GitHub ↗

Build a minimal RawManpage for test use.

()

Source from the content-addressed store, hash-verified

9
10
11def _make_raw():
12 """Build a minimal RawManpage for test use."""
13 return RawManpage(
14 source_text="test manpage content",
15 generated_at=datetime.datetime(2025, 1, 1, tzinfo=datetime.timezone.utc),
16 generator="test",
17 )
18
19
20def _make_manpage(name, section, aliases=None, distro="ubuntu", release="26.04"):

Calls 1

RawManpageClass · 0.90

Tested by

no test coverage detected