Newbie: static typing?

Rui Maciel rui.maciel at gmail.com
Tue Aug 6 06:12:29 EDT 2013


Joshua Landau wrote:

> What's the actual problem you're facing? Where do you feel that you
> need to verify types?

A standard case would be when there's a function which is designed expecting 
that all operands support a specific interface or contain specific 
attributes.

In other words, when passing an unsupported type causes problems.


Rui Maciel



More information about the Python-list mailing list