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

Method _request_summary

python/python3/tornado/web.py:1748–1753  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1746 self.application.log_request(self)
1747
1748 def _request_summary(self) -> str:
1749 return "%s %s (%s)" % (
1750 self.request.method,
1751 self.request.uri,
1752 self.request.remote_ip,
1753 )
1754
1755 def _handle_request_exception(self, e: BaseException) -> None:
1756 if isinstance(e, Finish):

Callers 4

log_exceptionMethod · 0.95
log_requestMethod · 0.80
prepareMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 2

prepareMethod · 0.64
getMethod · 0.64