MCPcopy Index your code
hub / github.com/encode/django-rest-framework / request

Method request

rest_framework/test.py:270–273  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

268 self.logout() # Also clear any possible session info if required
269
270 def request(self, **kwargs):
271 # Ensure that any credentials set get added to every request.
272 kwargs.update(self._credentials)
273 return super().request(**kwargs)
274
275 def get(self, path, data=None, follow=False, **extra):
276 response = super().get(path, data=data, **extra)

Callers 2

requestMethod · 0.45
requestMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected