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

Class PostProcessStats

explainshell/extraction/postprocess.py:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26@dataclass
27class PostProcessStats:
28 dropped_empty: int = 0
29 deduped_options: int = 0
30 blank_description_stripped: int = 0
31
32
33def sanitize_option(opt: Option) -> Option:

Callers 1

postprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected