Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ all_matches
Method
all_matches
explainshell/matcher.py:125–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
124
@property
125
def
all_matches(self):
126
return
list(itertools.chain.from_iterable(g.results
for
g in self.groups))
127
128
@property
129
def
man_page(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected