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

Method _ui_method

python/python3/tornado/web.py:1816–1817  ·  view source on GitHub ↗
(self, method: Callable[..., str])

Source from the content-addressed store, hash-verified

1814 return render
1815
1816 def _ui_method(self, method: Callable[..., str]) -> Callable[..., str]:
1817 return lambda *args, **kwargs: method(self, *args, **kwargs)
1818
1819 def _clear_representation_headers(self) -> None:
1820 # 304 responses should not contain representation metadata

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected