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

Method get_status

python/python3/tornado/web.py:368–370  ·  view source on GitHub ↗

Returns the status code for our response.

(self)

Source from the content-addressed store, hash-verified

366 self._reason = httputil.responses.get(status_code, "Unknown")
367
368 def get_status(self) -> int:
369 """Returns the status code for our response."""
370 return self._status_code
371
372 def set_header(self, name: str, value: _HeaderTypes) -> None:
373 """Sets the given response header name and value.

Callers 4

log_requestMethod · 0.80
_break_cyclesMethod · 0.80
prepareMethod · 0.80
processKeyFunction · 0.80

Calls

no outgoing calls

Tested by 1

prepareMethod · 0.64