##// END OF EJS Templates
Utter interact insanity....
Utter interact insanity. This involves a bunch of really complicated logic to handle the different ways that function parameters can be processed in Python. Most importantly, this includes support for *args in interact.

File last commit:

r14009:6f019b30
r15140:df762d53
Show More
__main__.py
3 lines | 102 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.terminal.console import app
app.launch_new_instance()