(self, custom_label=None)
| 737 | return cascade |
| 738 | |
| 739 | def not_found_error_msg(self, custom_label=None): |
| 740 | return gettext("Could not find the specified {}.".format( |
| 741 | custom_label if custom_label else self.node_label).lower()) |
no test coverage detected