Mike Rovner wrote: > Given that attributes are part of function object dictionary, > and defined at function definition time like docstring, > why not: > > def func(atr): > {author="Guido", deprecated=True} > '''doc''' > pass I came up with nearly the same idea after reading Guido's original post, except that I recommend using the existing dictionary literal syntax: def func (args): { author: "Guido", deprecated: True} '''doc''' pass Perhaps this was just a typo in Mike's post. -- Russell -- Russell S. Finn Principal Software Engineer, Software Architecture and Design OPNET Technologies, Inc.
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