![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "no variable or argument declarations are necessary."
From: Ron Adam <rrr@ronadam.com>
Date: Thu Oct 06 2005 - 22:44:42 CEST
Fredrik Lundh wrote:
> Ron Adam wrote:
Ah... thanks.
I suppose after(if) lambda is removed it would need to be.
def nulldecorator(f):
if not __debug__:
> or
This one came to mind right after I posted. :-)
> </F>
|