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

Method _getattribute_methods

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

Source from the content-addressed store, hash-verified

363
364 @cached_property
365 def _getattribute_methods(self) -> set[Callable]:
366 return self._safe_get_methods(self.allowed_getattr, "__getattribute__")
367
368 def _safe_get_methods(self, classes, name) -> set[Callable]:
369 return {

Callers

nothing calls this directly

Calls 1

_safe_get_methodsMethod · 0.95

Tested by

no test coverage detected