MCPcopy
hub / github.com/scrapy/scrapy / replace

Method replace

scrapy/http/request/json_request.py:58–60  ·  view source on GitHub ↗
(
        self, *args: Any, cls: type[RequestTypeVar], **kwargs: Any
    )

Source from the content-addressed store, hash-verified

56
57 @overload
58 def replace(
59 self, *args: Any, cls: type[RequestTypeVar], **kwargs: Any
60 ) -> RequestTypeVar: ...
61
62 @overload
63 def replace(self, *args: Any, cls: None = None, **kwargs: Any) -> Self: ...

Callers

nothing calls this directly

Calls 3

_dumpsMethod · 0.95
getMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected