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

Method __getitem__

python/python3/tornado/httputil.py:215–216  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

213 self._as_list[norm_name] = [value]
214
215 def __getitem__(self, name: str) -> str:
216 return self._dict[_normalize_header(name)]
217
218 def __delitem__(self, name: str) -> None:
219 norm_name = _normalize_header(name)

Callers

nothing calls this directly

Calls 1

_normalize_headerFunction · 0.85

Tested by

no test coverage detected