Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_testenv
Function · 0.45
render
Method · 0.45
get_shell_embed_func
Function · 0.45
feed_complete_default_values_from_settings
Function · 0.45
convert_image
Method · 0.45
get_retry_request
Function · 0.45
Calls
1
replace
Method · 0.95
Tested by
1
get_testenv
Function · 0.36