Guido van Rossum wrote: > IOW: > > # module foo > def open(): return ... > > is fine, but > > import foo > foo.open = 42 > > is not. How about this: # module foo def open(): ... # module bar import foo foo.open = 42 ? (I would assume it to be ok, since the builtin name was already shadowed.) 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