MCPcopy Create free account
hub / github.com/Klipper3d/klipper / get_command_help

Method get_command_help

klippy/gcode.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 cmd, key, value, prev_values))
162 prev_values[value] = func
163 def get_command_help(self):
164 return dict(self.gcode_help)
165 def get_status(self, eventtime):
166 return {'commands': self.status_commands}
167 def _build_status_commands(self):

Callers 1

_handle_helpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected