[IPython-user] correction - only tab-completion doesn't work with rpy.pri...
Fernando Perez
fperez.net@gmail....
Thu Jun 12 15:28:52 CDT 2008
On Tue, Jun 10, 2008 at 11:02 AM, Stefan Vey <stefan.vey@pi.tu-berlin.de> wrote:
> Sorry for the confusion.
> Only tab-completion doesn't work for rpy.princomp. calling r.princomp works,
> but when typing "r. [TAB]" only a list of appx 10 entries is shown.
Nothing we can do about it: the r object likely doesn't expose its
full attribute list to dir(), so we can't find them for completion
(it likely has a customized __getattr__ method).
Cheers,
f
More information about the IPython-user
mailing list