bundles / IPython 9.14.0.dev / IPython / core / prefilter / PrefilterManager / prefilter_line
function
IPython.core.prefilter:PrefilterManager.prefilter_line
source: /IPython/core/prefilter.py :263
Signature
def prefilter_line ( self , line , continue_prompt = False ) Summary
Prefilter a single input line as text.
Extended Summary
This method prefilters a single line of text by calling the transformers and then the checkers/handlers.
Aliases
-
IPython.core.interactiveshell.PrefilterManager.prefilter_line