##// END OF EJS Templates
Make ipython.py cProfile-able...
Make ipython.py cProfile-able When using __file__ on startup and cProfile in the same time, __file__ is defined as the __file__ of cProfile and not the local ipython.py. With using sys.argv[0] instead, it's possible to get a cProfile.
Thomas Spura -
r3265:a5680be9
Show More
Name Size Modified Last Commit Author
/ scripts
ipython_win_post_install.py Loading ...