MCPcopy Create free account
hub / github.com/ipython/ipython / auto_status

Method auto_status

IPython/core/magic.py:341–343  ·  view source on GitHub ↗

Return descriptive string with automagic status.

(self)

Source from the content-addressed store, hash-verified

339 self.registry[user_magics.__class__.__name__] = user_magics
340
341 def auto_status(self):
342 """Return descriptive string with automagic status."""
343 return self._auto_status[self.auto_magic]
344
345 def lsmagic(self):
346 """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