(self)
| 24 | self.fail(_("%s key not found") % self.__name__) |
| 25 | |
| 26 | def retrieve_data(self): |
| 27 | return self.pyfile.plugin.data or self.pyfile.plugin.last_html or "" |
| 28 | |
| 29 | def detect_key(self, data=None): |
| 30 | raise NotImplementedError |
no outgoing calls
no test coverage detected