[SPAM: 3.611] [Python-Dev] IPython, @, and option E from the wiki

Greg Ewing greg at cosc.canterbury.ac.nz
Mon Aug 9 04:02:39 CEST 2004


3. In this kind of setup, using | instead of @ would be ok as well, I guess:
Fernando Perez <fperez528 at yahoo.com>:

> def bar(low,high):
>    |accepts(int,int)
>    |returns(float)

How about

  def bar(low,high):
    ...accepts(int,int)
    ...returns(float)

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list