MCPcopy
hub / github.com/FlareSolverr/FlareSolverr / update

Method update

src/undetected_chromedriver/devtool.py:60–61  ·  view source on GitHub ↗
(self, *a, **kw)

Source from the content-addressed store, hash-verified

58 super().__setitem__(key, value)
59
60 def update(self, *a, **kw):
61 super().update(*a, **kw)
62
63 def __eq__(self, other):
64 return frozenset(other.items()) == frozenset(self.items())

Callers 9

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
from_optionsMethod · 0.80
find_chrome_executableFunction · 0.80
_start_detachedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected