MCPcopy Create free account
hub / github.com/idank/explainshell / _addwords

Function _addwords

explainshell/help_constants.py:294–296  ·  view source on GitHub ↗
(key, text, *words)

Source from the content-addressed store, hash-verified

292}
293
294def _addwords(key, text, *words):
295 for word in words:
296 COMPOUND_RESERVED_WORDS.setdefault(key, {})[word] = text
297
298COMPOUND_RESERVED_WORDS = {}
299_addwords('if', _if, 'if', 'then', 'elif', 'else', 'fi', ';')

Callers 1

help_constants.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected