bundles / IPython 9.5.0 / IPython / core / prefilter / PrefilterManager / prefilter_lines
function
IPython.core.prefilter:PrefilterManager.prefilter_lines
source: /IPython/core/prefilter.py :306
Signature
def prefilter_lines ( self , lines , continue_prompt = False ) Summary
Prefilter multiple input lines of text.
Extended Summary
This is the main entry point for prefiltering multiple lines of input. This simply calls prefilter_line for each line of input.
This covers cases where there are multiple lines in the user entry, which is the case when the user goes back to a multiline history entry and presses enter.
Aliases
-
IPython.core.interactiveshell.PrefilterManager.prefilter_lines