A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-August/047070.html below:

[Python-Dev] Re: Call for defense of @decorators

[Python-Dev] Re: Call for defense of @decorators [Python-Dev] Re: Call for defense of @decoratorsMark Russell marktrussell at btopenworld.com
Fri Aug 6 11:22:17 CEST 2004
On Fri, 2004-08-06 at 03:46, Andrew Durdin wrote:
> 8. When using multiple decorators, each appears on a separate line.

No, you can put multiple decorators on a single line -- you just need a
newline before the def.  From test_decorators.py:

	class C(object):
            @funcattrs(abc=1) @staticmethod
            def foo(): return 42

Probably not good style (but neither is "if cond: stmt" I guess).

Mark

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4