MCPcopy Index your code
hub / github.com/ipython/ipython / _getitem_methods

Method _getitem_methods

IPython/core/guarded_eval.py:357–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

355
356 @cached_property
357 def _getitem_methods(self) -> set[Callable]:
358 return self._safe_get_methods(self.allowed_getitem, "__getitem__")
359
360 @cached_property
361 def _getattr_methods(self) -> set[Callable]:

Callers

nothing calls this directly

Calls 1

_safe_get_methodsMethod · 0.95

Tested by

no test coverage detected