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

Method _getattr_methods

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

Source from the content-addressed store, hash-verified

359
360 @cached_property
361 def _getattr_methods(self) -> set[Callable]:
362 return self._safe_get_methods(self.allowed_getattr, "__getattr__")
363
364 @cached_property
365 def _getattribute_methods(self) -> set[Callable]:

Callers

nothing calls this directly

Calls 1

_safe_get_methodsMethod · 0.95

Tested by

no test coverage detected