MCPcopy
hub / github.com/psf/requests / send

Method send

tests/test_requests.py:2590–2592  ·  tests/test_requests.py::RedirectSession.send
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2588 self.trust_env = False
2589
2590 def send(self, *args, **kwargs):
2591 self.calls.append(SendCall(args, kwargs))
2592 return self.build_response()
2593
2594 def build_response(self):
2595 request = self.calls[-1].args[0]

Calls 1

build_responseMethod · 0.95

Tested by

no test coverage detected