Output a brief summary of what the action does.
(self)
| 104 | ) |
| 105 | |
| 106 | def describe(self): |
| 107 | """ |
| 108 | Output a brief summary of what the action does. |
| 109 | """ |
| 110 | return "%s: %s" % (self.__class__.__name__, self._constructor_args) |
| 111 | |
| 112 | def formatted_description(self): |
| 113 | """Output a description prefixed by a category symbol.""" |
no outgoing calls
no test coverage detected