MCPcopy
hub / github.com/tornadoweb/tornado / __init__

Method __init__

tornado/httputil.py:175–176  ·  view source on GitHub ↗
(self, __arg: Mapping[str, List[str]])

Source from the content-addressed store, hash-verified

173
174 @typing.overload
175 def __init__(self, __arg: Mapping[str, List[str]]) -> None:
176 pass
177
178 @typing.overload # noqa: F811
179 def __init__(self, __arg: Mapping[str, str]) -> None:

Callers

nothing calls this directly

Calls 2

addMethod · 0.95
get_allMethod · 0.80

Tested by

no test coverage detected