##// END OF EJS Templates
Merge pull request #10279 from Carreau/help-xmode...
Min RK -
r23356:b133a709 merge
parent child Browse files
Show More
@@ -389,7 +389,9 b' class InteractiveShell(SingletonConfigurable):'
389 389 separate_out2 = SeparateUnicode('').tag(config=True)
390 390 wildcards_case_sensitive = Bool(True).tag(config=True)
391 391 xmode = CaselessStrEnum(('Context','Plain', 'Verbose'),
392 default_value='Context').tag(config=True)
392 default_value='Context',
393 help="Switch modes for the IPython exception handlers."
394 ).tag(config=True)
393 395
394 396 # Subcomponents of InteractiveShell
395 397 alias_manager = Instance('IPython.core.alias.AliasManager', allow_none=True)
General Comments 0
You need to be logged in to leave comments. Login now