MCPcopy
hub / github.com/idank/explainshell / unknown

Method unknown

explainshell/matcher.py:181–183  ·  view source on GitHub ↗
(self, token, start, end)

Source from the content-addressed store, hash-verified

179 raise errors.ProgramDoesNotExist(prog)
180
181 def unknown(self, token, start, end):
182 logger.debug("nothing to do with token %r", token)
183 return MatchResult(start, end, None, None, {"kind": "unknown"})
184
185 def visitreservedword(self, node, word):
186 # first try the compound reserved words

Callers 3

attemptfuzzyMethod · 0.95
_visitwordMethod · 0.95

Calls 1

MatchResultClass · 0.85

Tested by

no test coverage detected