Show More
@@ -371,7 +371,7 b' class InteractiveShell(SingletonConfigurable):' | |||||
371 | ast_node_interactivity = Enum(['all', 'last', 'last_expr', 'none'], |
|
371 | ast_node_interactivity = Enum(['all', 'last', 'last_expr', 'none'], | |
372 | default_value='last_expr', config=True, |
|
372 | default_value='last_expr', config=True, | |
373 | help=""" |
|
373 | help=""" | |
374 |
'all', 'last', 'last_expr' or 'none', |
|
374 | 'all', 'last', 'last_expr' or 'none', specifying which nodes should be | |
375 | run interactively (displaying output from expressions).""") |
|
375 | run interactively (displaying output from expressions).""") | |
376 |
|
376 | |||
377 | # TODO: this part of prompt management should be moved to the frontends. |
|
377 | # TODO: this part of prompt management should be moved to the frontends. |
General Comments 0
You need to be logged in to leave comments.
Login now