MCPcopy
hub / github.com/scrapy/scrapy / copy

Method copy

scrapy/http/request/__init__.py:319–320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

317 return f"<{self.method} {self.url}>"
318
319 def copy(self) -> Self:
320 return self.replace()
321
322 @overload
323 def replace(

Callers 6

get_testenvFunction · 0.45
renderMethod · 0.45
get_shell_embed_funcFunction · 0.45
convert_imageMethod · 0.45
get_retry_requestFunction · 0.45

Calls 1

replaceMethod · 0.95

Tested by 1

get_testenvFunction · 0.36