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

Method _unimplemented_method

python/python3/tornado/web.py:269–270  ·  view source on GitHub ↗
(self, *args: str, **kwargs: str)

Source from the content-addressed store, hash-verified

267 return self.application.settings
268
269 def _unimplemented_method(self, *args: str, **kwargs: str) -> None:
270 raise HTTPError(405)
271
272 head = _unimplemented_method # type: Callable[..., Optional[Awaitable[None]]]
273 get = _unimplemented_method # type: Callable[..., Optional[Awaitable[None]]]

Callers

nothing calls this directly

Calls 1

HTTPErrorClass · 0.85

Tested by

no test coverage detected