On Wed, 11 Aug 2004 14:23:54 -0700 Michel Pelletier <michel at dialnetwork.com> wrote: > > Put more than one of them in the same decorate block: > > class ... > > decorate staticmethod, locksFile(arg1): > > def meth1(...) > ... > > def meth2(...) > ... Oh, and also for many decorators that look better spanning several lines, use the same syntax proposed for multi-line imports: class ... decorate (staticmethod, blah, blah, locksFile(arg1)): def meth1(...) ... def meth2(...) ... -Michel
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