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

Method show_usage

IPython/core/interactiveshell.py:3967–3969  ·  view source on GitHub ↗

Show a usage message

(self)

Source from the content-addressed store, hash-verified

3965 return ask_yes_no(prompt,default,interrupt)
3966
3967 def show_usage(self):
3968 """Show a usage message"""
3969 page.page(IPython.core.usage.interactive_usage)
3970
3971 def extract_input_lines(self, range_str, raw=False):
3972 """Return as a string a set of input history slices.

Callers

nothing calls this directly

Calls 1

pageMethod · 0.80

Tested by

no test coverage detected