[IPython-dev] wildcard feature

Jörgen Stenarson jorgen.stenarson at bostream.nu
Sun Sep 11 14:38:22 EDT 2005


Hi,

I have now worked on Fernando's suggestions and I have a working (with 
my limited testing) implementation. I have made a quick hack to insert 
the functionality to work with ?. This should probably be modified to 
conform to the IPython general design philosophy.

My code is in two parts:
1. wildcard.py: Place in IPython/wildcard.py
2. patch_20050911: A small patch to IPython/Magic.py that does a little 
hack in the magic_pinfo and adds the  magic_listdef command.

patch_20050911 was generated by svn diff Magic.py


I have made some quick tests on python2.2 and it worked.

Best regards,
Jörgen

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: wildcard.py
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20050911/cf88536f/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_20050911
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20050911/cf88536f/attachment-0001.ksh>


More information about the IPython-dev mailing list