[IPython-dev] Function specific hooks into the ipython tab completion system

Matthias BUSSONNIER bussonniermatthias at gmail.com
Thu Nov 29 10:18:55 EST 2012


> Even more bonus points if the decorator could parse numpy styled docstrings to grab that kind of information about parameters.  I guess at this point you could do type checking, file existence checking, and a variety of other fun stuff there as well once you have that information, but that is almost certainly going out of the scope of your proposal.  

This might be a starting point.

func_kw_complete for builtin and cython with embededsignature=True using docstring
https://github.com/ipython/ipython/pull/2599

-- 
Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20121129/c6a84868/attachment.html>


More information about the IPython-dev mailing list