Guido van Rossum wrote: > 2a) Prefix list with leading *: > > *[funcattrs(foo=42), deprecated, overrides, classmethod] > def foo(cls, arg1, arg2): > pass How about adding: 2b) Prefix list with repeated keyword: def [funcattrs(foo=42), deprecated, overrides, classmethod] def foo(cls, arg1, arg2): pass class [singleton] class foo: pass 3a) Prefix suite with repeated keyword: def: funcattrs(foo=42) deprecated, overrides, classmethod def foo(cls, arg1, arg2): pass Cheers, Evan @ 4-am
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