MCPcopy
hub / github.com/urllib3/urllib3 / get_redirect_location

Method get_redirect_location

src/urllib3/http2/connection.py:352–353  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

350 return self._data
351
352 def get_redirect_location(self) -> None:
353 return None
354
355 def close(self) -> None:
356 pass

Callers 1

incrementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected