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

Method visitassignment

explainshell/matcher.py:491–497  ·  view source on GitHub ↗
(self, node, word)

Source from the content-addressed store, hash-verified

489 return False
490
491 def visitassignment(self, node, word):
492 helptext = help_constants.ASSIGNMENT
493 self.groups[0].results.append(
494 MatchResult(
495 node.pos[0], node.pos[1], helptext, None, {"kind": "assignment"}
496 )
497 )
498
499 def visitword(self, node, word):
500 def attemptfuzzy(chars):

Callers

nothing calls this directly

Calls 1

MatchResultClass · 0.85

Tested by

no test coverage detected