MCPcopy Index your code
hub / github.com/pyload/pyload / retrieve_data

Method retrieve_data

module/plugins/internal/CaptchaService.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 8

detect_keyMethod · 0.80
detect_keyMethod · 0.80
detect_secure_tokenMethod · 0.80
detect_versionMethod · 0.80
detect_keyMethod · 0.80
detect_keyMethod · 0.80
detect_keyMethod · 0.80
detect_hashesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected