mailr15952 - /branches/uf_redesign/generic_fns/pipes.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 04, 2012 - 10:15:
Author: bugman
Date: Fri May  4 10:15:19 2012
New Revision: 15952

URL: http://svn.gna.org/viewcvs/relax?rev=15952&view=rev
Log:
Implemented the missing back end of the pipe.current user function!


Modified:
    branches/uf_redesign/generic_fns/pipes.py

Modified: branches/uf_redesign/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/generic_fns/pipes.py?rev=15952&r1=15951&r2=15952&view=diff
==============================================================================
--- branches/uf_redesign/generic_fns/pipes.py (original)
+++ branches/uf_redesign/generic_fns/pipes.py Fri May  4 10:15:19 2012
@@ -146,6 +146,12 @@
     return ds.current_pipe
 
 
+def current():
+    """Print the name of the current data pipe."""
+
+    print(cdp_name())
+
+
 def delete(pipe_name=None):
     """Delete a data pipe.
 




Related Messages


Powered by MHonArc, Updated Fri May 04 10:40:01 2012