Walter D=F6rwald wrote: > class Foo(object): > property myprop: > """A computed property on Foo objects.""" >=20 > def __get__(self): > return ... > def __set__(self): > ... > def __delete__(self): > ... >=20 With MWH's patch, this could be: class Foo(object): class myprop [property]: """A computed property on Foo objects.""" def __get__(self): return ... def __set__(self): ... def __delete__(self): ... (with a different definition of property(), though...) Just
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