Python Type-Inference based LINT.. (pylint.py)

Greg Ewing greg.ewing at compaq.com
Thu Dec 2 07:58:42 EST 1999


skaller wrote:
> 
> It isn't clear what syntax to use to specify
> an annotation

   def frobnicate(x as int, y as [string], z as {(int,int):SomeClass})
as SomeOtherClass:
      ...

Greg




More information about the Python-list mailing list