##// END OF EJS Templates
Add comment and remove line as suggested by @fperez
Add comment and remove line as suggested by @fperez

File last commit:

r14988:7aae6ea8
r14989:300c04a4
Show More
incompat-inputsplitter-source-raw-reset.rst
6 lines | 316 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-inputsplitter-source-raw-reset.rst
  • :class:`IPython.core.inputsplitter.IPythonInputSplitter` no longer has a method source_raw_reset(), but gains :meth:`~IPython.core.inputsplitter.IPythonInputSplitter.raw_reset` instead. Use of source_raw_reset can be replaced with:

    raw = isp.source_raw
    transformed = isp.source_reset()