MCPcopy
hub / github.com/FlareSolverr/FlareSolverr / __init__

Method __init__

src/dtos.py:25–28  ·  view source on GitHub ↗
(self, _dict)

Source from the content-addressed store, hash-verified

23 result: ChallengeResolutionResultT = None
24
25 def __init__(self, _dict):
26 self.__dict__.update(_dict)
27 if self.result is not None:
28 self.result = ChallengeResolutionResultT(self.result)
29
30
31class V1RequestBase(object):

Callers

nothing calls this directly

Calls 2

updateMethod · 0.80

Tested by

no test coverage detected