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

Method __init__

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

Source from the content-addressed store, hash-verified

3304 """
3305
3306 def __init__(self, handler: RequestHandler) -> None:
3307 super().__init__(handler)
3308 # keep resources in both a list and a dict to preserve order
3309 self._resource_list = [] # type: List[Dict[str, Any]]
3310 self._resource_dict = {} # type: Dict[str, Dict[str, Any]]
3311
3312 def render(self, path: str, **kwargs: Any) -> bytes: # type: ignore
3313 def set_resources(**kwargs) -> str: # type: ignore

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected