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

Method error

module/common/JsEngine.py:235–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 return res.decode("utf8").encode("ISO-8859-1")
234
235 def error(self):
236 return _("No js engine detected, please install either js2py, Spidermonkey, ossp-js, pyv8, nodejs or rhino")
237
238if __name__ == "__main__":
239 js = JsEngine()

Callers 1

runMethod · 0.45

Calls 1

_Function · 0.50

Tested by

no test coverage detected