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

Method __getitem__

python/python3/tornado/options.py:173–174  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

171 return name in self._options
172
173 def __getitem__(self, name: str) -> Any:
174 return self.__getattr__(name)
175
176 def __setitem__(self, name: str, value: Any) -> None:
177 return self.__setattr__(name, value)

Callers

nothing calls this directly

Calls 1

__getattr__Method · 0.95

Tested by

no test coverage detected