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

Method quickref

IPython/core/magics/basic.py:394–398  ·  view source on GitHub ↗

Show a quick reference sheet

(self, arg)

Source from the content-addressed store, hash-verified

392
393 @line_magic
394 def quickref(self, arg):
395 """ Show a quick reference sheet """
396 from IPython.core.usage import quick_reference
397 qr = quick_reference + self._magic_docs(brief=True)
398 page.page(qr)
399
400 @line_magic
401 def doctest_mode(self, parameter_s=''):

Callers

nothing calls this directly

Calls 2

_magic_docsMethod · 0.95
pageMethod · 0.80

Tested by

no test coverage detected