MCPcopy Index your code
hub / github.com/httprunner/httprunner / patch

Method patch

httprunner/step_request.py:497–499  ·  view source on GitHub ↗
(self, url: Text)

Source from the content-addressed store, hash-verified

495 return RequestWithOptionalArgs(self.__step)
496
497 def patch(self, url: Text) -> RequestWithOptionalArgs:
498 self.__step.request = TRequest(method=MethodEnum.PATCH, url=url)
499 return RequestWithOptionalArgs(self.__step)

Callers

nothing calls this directly

Calls 2

TRequestClass · 0.90

Tested by

no test coverage detected