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

Method get

python/python3/tornado/web.py:2511–2519  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

2509 self._permanent = permanent
2510
2511 def get(self, *args: Any, **kwargs: Any) -> None:
2512 to_url = self._url.format(*args, **kwargs)
2513 if self.request.query_arguments:
2514 # TODO: figure out typing for the next line.
2515 to_url = httputil.url_concat(
2516 to_url,
2517 list(httputil.qs_to_qsl(self.request.query_arguments)), # type: ignore
2518 )
2519 self.redirect(to_url, permanent=self._permanent)
2520
2521
2522class StaticFileHandler(RequestHandler):

Callers 15

set_statusMethod · 0.45
_get_argumentsMethod · 0.45
create_signed_valueMethod · 0.45
send_errorMethod · 0.45
write_errorMethod · 0.45
get_browser_localeMethod · 0.45
get_template_pathMethod · 0.45
xsrf_tokenMethod · 0.45
check_xsrf_cookieMethod · 0.45
static_urlMethod · 0.45
require_settingMethod · 0.45
check_etag_headerMethod · 0.45

Calls 3

listFunction · 0.85
redirectMethod · 0.80
formatMethod · 0.45

Tested by

no test coverage detected