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

Method auto_status

IPython/core/magic.py:416–418  ·  view source on GitHub ↗

Return descriptive string with automagic status.

(self)

Source from the content-addressed store, hash-verified

414 self.registry[user_magics.__class__.__name__] = user_magics
415
416 def auto_status(self) -> str:
417 """Return descriptive string with automagic status."""
418 return self._auto_status[self.auto_magic]
419
420 def lsmagic(self) -> dict[str, dict[str, Any]]:
421 """Return a dict of currently available magic functions.

Callers 2

automagicMethod · 0.80
_lsmagicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected