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

Class RawManpage

explainshell/models.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclasses.dataclass
19class RawManpage:
20 source_text: str
21 generated_at: datetime.datetime
22 generator: str
23 generator_version: str | None = None
24 source_gz_sha256: str | None = None
25
26
27class ExtractionMeta(BaseModel):

Callers 11

get_raw_manpageMethod · 0.90
_make_rawFunction · 0.90
helpers.pyFile · 0.90
_make_rawFunction · 0.90
_make_rawFunction · 0.90
_make_rawFunction · 0.90
TestDistroFallbackClass · 0.90

Calls

no outgoing calls

Tested by 7

_make_rawFunction · 0.72
_make_rawFunction · 0.72
_make_rawFunction · 0.72
_make_rawFunction · 0.72