MCPcopy
hub / github.com/scrapy/scrapy / pop

Method pop

scrapy/utils/datatypes.py:98–99  ·  view source on GitHub ↗
(self, key: AnyStr, *args: Any)

Source from the content-addressed store, hash-verified

96 return cls((k, value) for k in keys) # type: ignore[misc]
97
98 def pop(self, key: AnyStr, *args: Any) -> Any:
99 return dict.pop(self, self.normkey(key), *args)
100
101
102class CaseInsensitiveDict(collections.UserDict[str | bytes, Any]):

Callers 15

send_catch_logFunction · 0.45
_send_catch_log_deferredFunction · 0.45
_send_catch_log_asyncioFunction · 0.45
__delitem__Method · 0.45
pformatFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
replaceMethod · 0.45
from_responseMethod · 0.45
__init__Method · 0.45
_import_fileFunction · 0.45
runMethod · 0.45

Calls 1

normkeyMethod · 0.95

Tested by

no test coverage detected