MCPcopy
hub / github.com/urllib3/urllib3 / pop

Method pop

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

Source from the content-addressed store, hash-verified

322 self._data[module] = self.modules.pop(module)
323
324 def pop(self) -> None:
325 self.modules.pop(self.namespace, None)
326
327 for module in list(self.modules.keys()):
328 if module.startswith(self.namespace + "."):
329 self.modules.pop(module)
330
331 self.modules.update(self._data)

Callers 15

setup_classMethod · 0.80
teardown_classMethod · 0.80
setup_classMethod · 0.80
teardown_classMethod · 0.80
stashMethod · 0.80
readMethod · 0.80
test_deleteMethod · 0.80
test_popMethod · 0.80
get_allMethod · 0.80
_init_lengthMethod · 0.80
_default_key_normalizerFunction · 0.80
_new_poolMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by 7

setup_classMethod · 0.64
teardown_classMethod · 0.64
setup_classMethod · 0.64
teardown_classMethod · 0.64
readMethod · 0.64
test_deleteMethod · 0.64
test_popMethod · 0.64