Static Typing in Python

Ramon Leon Fournier moncho.leon at gmx.net
Mon Mar 15 05:36:51 EST 2004


Premshree Pillai <premshree_python at yahoo.co.in> wrote:
> How do I force static typing in Python?

If you want

    def foo(int bar):
        print bar

then you probably want to give Pyrex a try.

Theek hai.

Ramón



More information about the Python-list mailing list