On 6 September 2017 at 17:26, Guido van Rossum <gu...@python.org> wrote:

>
> Is there a real use case for @property? Otherwise, if we're going to mess
> with module's getattro, it makes more sense to add __getattr__, which would
> have made Nathaniel's use case somewhat simpler. (Except for the __dir__
> thing -- what else might we need?)
>
>
One additional (IMO quite strong) argument in favor of module level
__getattr__ is that this is already used by PEP 484 for stub files and is
supported by mypy, see https://github.com/python/mypy/pull/3647

--
Ivan
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to