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

Method quickref

IPython/core/magics/basic.py:389–393  ·  view source on GitHub ↗

Show a quick reference sheet

(self, arg)

Source from the content-addressed store, hash-verified

387
388 @line_magic
389 def quickref(self, arg):
390 """ Show a quick reference sheet """
391 from IPython.core.usage import quick_reference
392 qr = quick_reference + self._magic_docs(brief=True)
393 page.page(qr)
394
395 @line_magic
396 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