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

Method __init__

python/python3/tornado/web.py:3223–3227  ·  view source on GitHub ↗
(self, handler: RequestHandler)

Source from the content-addressed store, hash-verified

3221 """
3222
3223 def __init__(self, handler: RequestHandler) -> None:
3224 self.handler = handler
3225 self.request = handler.request
3226 self.ui = handler.ui
3227 self.locale = handler.locale
3228
3229 @property
3230 def current_user(self) -> Any:

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected