MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / get_description

Method get_description

src/commands/command_base.py:48–50  ·  view source on GitHub ↗

Get human-readable description for UI display.

(self)

Source from the content-addressed store, hash-verified

46 pass
47
48 def get_description(self) -> str:
49 """Get human-readable description for UI display."""
50 return self.description
51
52 def can_merge_with(self, other: 'CommandBase') -> bool:
53 """

Callers 14

execute_commandMethod · 0.45
undoMethod · 0.45
redoMethod · 0.45
get_undo_descriptionMethod · 0.45
get_redo_descriptionMethod · 0.45
get_historyMethod · 0.45
_enforce_limitsMethod · 0.45
record_executionMethod · 0.45
executeMethod · 0.45
undoMethod · 0.45
executeMethod · 0.45
execute_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected