[SPAM: 3.611] [Python-Dev] IPython, @, and option E from the wiki (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Mon Aug 9 04:02:39 CEST 2004
- Previous message: [Python-Dev] IPython, @, and option E from the wiki
- Next message: [Python-Dev] Re: [SPAM: 3.611] IPython, @, and option E from the wiki
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- 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 +--------------------------------------+
- Previous message: [Python-Dev] IPython, @, and option E from the wiki
- Next message: [Python-Dev] Re: [SPAM: 3.611] IPython, @, and option E from the wiki
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]