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

Method _prepare

module/plugins/internal/XFSCrypter.py:42–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 set_cookie(self.req.cj, *cookie)
41
42 def _prepare(self):
43 if not self.PLUGIN_DOMAIN:
44 self.fail(_("Missing PLUGIN DOMAIN"))
45
46 if self.COOKIES:
47 self._set_xfs_cookie()
48
49 SimpleCrypter._prepare(self)

Callers

nothing calls this directly

Calls 3

_set_xfs_cookieMethod · 0.95
_Function · 0.50
failMethod · 0.45

Tested by

no test coverage detected