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

Method _fill_text

IPython/core/magic_arguments.py:101–102  ·  view source on GitHub ↗
(self, text, width, indent)

Source from the content-addressed store, hash-verified

99 """
100 # Modified to dedent text.
101 def _fill_text(self, text, width, indent):
102 return argparse.RawDescriptionHelpFormatter._fill_text(self, dedent(text), width, indent)
103
104 # Modified to wrap argument placeholders in <> where necessary.
105 def _format_action_invocation(self, action):

Callers

nothing calls this directly

Calls 1

dedentFunction · 0.90

Tested by

no test coverage detected