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

Function default_argv

IPython/testing/tools.py:129–135  ·  view source on GitHub ↗

Return a valid default argv for creating testing instances of ipython

()

Source from the content-addressed store, hash-verified

127
128
129def default_argv():
130 """Return a valid default argv for creating testing instances of ipython"""
131
132 return ['--quick', # so no config file is loaded
133 # Other defaults to minimize side effects on stdout
134 '--colors=NoColor', '--no-term-title','--no-banner',
135 '--autocall=0']
136
137
138def default_config():

Callers 1

ipexecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected