[Python-Dev] Re: def fn (args) [dec,dec]: (original) (raw)
Guido van Rossum guido at python.org
Fri Aug 6 18:58:59 CEST 2004
- Previous message: [Python-Dev] Re: def fn (args) [dec,dec]:
- Next message: [Python-Dev] Re: def fn (args) [dec,dec]:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
decorate classmethod: def foo(arg1,arg2): ...
Somebody should add to the PEP that solutions requiring an extra indent level for the function have a drawback. Having your minimal indent level be three deep is painful for those using limited-width windows; also, the inconsistent indentation between methods with and without decorators would be a readability problem (plus, adding/removing decorators would require reindenting the entire method body).
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Re: def fn (args) [dec,dec]:
- Next message: [Python-Dev] Re: def fn (args) [dec,dec]:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]