Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
add
Method · 0.95
get_all
Method · 0.80
Tested by
no test coverage detected