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

Method _make_mp

tests/test_web_views.py:351–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

349 )
350
351 def _make_mp(self) -> ParsedManpage:
352 return ParsedManpage(
353 source="ubuntu/26.04/1/bar.1.gz",
354 name="bar",
355 synopsis="bar synopsis",
356 options=[Option(text="-a desc", short=["-a"], long=[])],
357 aliases=[("bar", 10)],
358 )
359
360 def setUp(self):
361 self.app = create_app()

Callers 2

setUpMethod · 0.95
setUpMethod · 0.45

Calls 2

ParsedManpageClass · 0.90
OptionClass · 0.90

Tested by

no test coverage detected