MCPcopy
hub / github.com/pyload/pyload / getResult

Method getResult

module/CaptchaManager.py:115–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 self.result = None
114
115 def getResult(self):
116 try:
117 res = self.result.encode("utf8", "replace")
118 except:
119 res = self.result
120
121 return res
122
123 def getStatus(self):
124 return self.status

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected