[Python] PEP 0484 - Dubbio

Alessandro Amici alexamici a gmail.com
Mer 24 Feb 2016 17:32:29 CET


Puoi controllare la coerenza con un tool esterno. Per l'interprete non fa
differenza.

    pip install mypy
    mypy program.py

Dovrebbe segnalare un errore.

Alessandro


On Wed, 24 Feb 2016 at 17:29 Carlo Miron <miron a python.it> wrote:

> 2016-02-24 17:26 GMT+01:00 Piacenza Federico <piacenza.federico a gmail.com
> >:
>
> > Salve a tutti,oggi mi sono imbattuto nella pep 484 - Type Hints.
> >
> > ho fatto qualche prova per vedere un po' come funzionava e sono rimasto
> > sconcertato dal comportamento seguente:
> >
> > def pippo(Nome:str):
> >    print(Nome)
> >
> > pippo(23)
> >
> > mi sarei aspettato un errore legato ad un conflitto tra interi e
> stringhe ma
> > cio non e' accaduto.
> >
> > Ma a livello semantico le 'Type Hints' non hanno alcun effetto?
>
> Esatto, by design.
>
>>
> --
> |:**THE BEER-WARE LICENSE** *(Revision 42)*:
> | <miron a python.it> wrote this mail. As long as you retain
> | this notice you can do whatever you want with this stuff.
> | If we meet some day, and you think this stuff is worth it,
> | you can buy me a beer in return.
> |                                            --Carlo Miron :
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20160224/654e1c0a/attachment-0001.html>


Maggiori informazioni sulla lista Python