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

Function default_options

IPython/testing/iptestcontroller.py:455–461  ·  view source on GitHub ↗

Get an argparse Namespace object with the default arguments, to pass to :func:`run_iptestall`.

()

Source from the content-addressed store, hash-verified

453 "'capture' (default), 'show' and 'discard' are the options.")
454
455def default_options():
456 """Get an argparse Namespace object with the default arguments, to pass to
457 :func:`run_iptestall`.
458 """
459 options = argparser.parse_args([])
460 options.extra_args = []
461 return options
462
463def main():
464 # iptest doesn't work correctly if the working directory is the

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected