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

Method find_option

explainshell/matcher.py:137–140  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

135 return group.manpage
136
137 def find_option(self, opt):
138 self._current_option = self.man_page.find_option(opt)
139 logger.debug("looking up option %r, got %r", opt, self._current_option)
140 return self._current_option
141
142 def find_man_pages(self, prog):
143 logger.info("looking up %r in store", prog)

Callers 2

attemptfuzzyMethod · 0.95
_visitwordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected