Changeset 3000
- Timestamp:
- 01/31/08 05:03:11 (10 months ago)
- Files:
-
- ipython/trunk/IPython/Extensions/ipipe.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ipython/trunk/IPython/Extensions/ipipe.py
r2966 r3000 885 885 for ``"default"`` mode. 886 886 887 The implementation must yield attribute descriptor (see the class887 The implementation must yield attribute descriptors (see the class 888 888 ``Descriptor`` for more info). The ``__xattrs__`` method may also return 889 attribute descriptor string (and ``None``) which will be converted to real889 attribute descriptor strings (and ``None``) which will be converted to real 890 890 descriptors by ``upgradexattr()``. 891 891 """
