MCPcopy Create free account
hub / github.com/EasyIME/PIME / full_url

Method full_url

python/python3/tornado/httputil.py:409–411  ·  view source on GitHub ↗

Reconstructs the full URL for this request.

(self)

Source from the content-addressed store, hash-verified

407 return self._cookies
408
409 def full_url(self) -> str:
410 """Reconstructs the full URL for this request."""
411 return self.protocol + "://" + self.host + self.uri # type: ignore[operator]
412
413 def request_time(self) -> float:
414 """Returns the amount of time it took for this request to execute."""

Callers 5

_openid_argsMethod · 0.80
_on_request_tokenMethod · 0.80
wrapperFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 1

getMethod · 0.64