Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
27
class
PostProcessStats:
28
dropped_empty: int = 0
29
deduped_options: int = 0
30
blank_description_stripped: int = 0
31
32
33
def
sanitize_option(opt: Option) -> Option:
Callers
1
postprocess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected