Calling Function Without Parentheses!

Nick Coghlan ncoghlan at iinet.net.au
Fri Jan 7 23:58:40 EST 2005


Kamilche wrote:
> Uh, you're right! I wouldn't want to bog Python down with even more
> checking at run time.  I guess I'm asking for syntax checks that are
> typically done only with compiled languages.

In that case, I can suggest having a look at Pychecker, which performs static 
sanity checks on Python code.
http://pychecker.sourceforge.net/

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list