[Python-ideas] Trial balloon: adding variable type declarations in support of PEP 484

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Aug 4 02:38:00 EDT 2016


Concerning type annotations on local variables of a function:

1) Would they be stored anywhere? If so, where?

2) Would they be evaluated once, or every time the
function is called?

3) If they're evaluated once, when and in what scope?

-- 
Greg



More information about the Python-ideas mailing list