Inheritance diagram for IPython.core.splitinput:
Simple utility for splitting user input. This is used by both inputsplitter and prefilter.
Authors:
Bases: object
A single line of input and associated info.
Includes the following as properties:
Do a full, attribute-walking lookup of the ifun in the various namespaces for the given IPython InteractiveShell instance.
Return a dict with keys: found,obj,ospace,ismagic
Note: can cause state changes because of calling getattr, but should only be run if autocall is on and if the line hasn’t matched any other, less dangerous handlers.
Does cache the results of the call, so can be called multiple times without worrying about further damaging state.
Split user input into initial whitespace, escape character, function part and the rest.