MCPcopy Create free account
hub / github.com/idank/explainshell / _FindManpageMiss

Class _FindManpageMiss

explainshell/caching_store.py:14–20  ·  view source on GitHub ↗

Cached miss for find_man_page lookups.

Source from the content-addressed store, hash-verified

12
13
14class _FindManpageMiss(NamedTuple):
15 """Cached miss for find_man_page lookups."""
16
17 # Only ProgramDoesNotExist.args (currently a single message string) is
18 # preserved — if the exception ever gains structured fields they'll be
19 # silently lost on cache hits.
20 args: tuple[str, ...]
21
22
23class ManpageCacheInfo(NamedTuple):

Callers 1

find_man_pageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected