##// END OF EJS Templates
Ensure post event callbacks are always called....
Ensure post event callbacks are always called. Also, provide the execution result object as an argument for both *pre* and *post* event callbacks in a backward compatible manner. Closes #10774.

File last commit:

r23753:e8c3f90d
r23982:36f05a33
Show More
jedi-signature.rst
4 lines | 289 B | text/x-rst | RstLexer

Terminal IPython will now show the signature of the function while completing. Only the currently highlighted function will show its signature on the line below the completer by default. The functionality is recent so might be limited, we welcome bug report and enhancement request on it.