MCPcopy
hub / github.com/urllib3/urllib3 / install

Method install

test/__init__.py:239–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 return self._handler.records
238
239 def install(self) -> None:
240 self._target.addHandler(self._handler)
241
242 def uninstall(self) -> None:
243 self._target.removeHandler(self._handler)

Callers 7

__enter__Method · 0.95
tests_implFunction · 0.80
downstream_botocoreFunction · 0.80
downstream_requestsFunction · 0.80
lintFunction · 0.80
mypyFunction · 0.80
test_fnFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_fnFunction · 0.64