Calling Function Without Parentheses!

Skip Montanaro skip at pobox.com
Sun Jan 2 20:52:05 EST 2005


    Kamilche> I called a function without the ending parentheses.  I sure do
    Kamilche> WISH Python would trap it when I try to do the following:
    Kamilche> MyFunc

    Kamilche> instead of:

    Kamilche> MyFunc()

Google for pychecker.

Skip



More information about the Python-list mailing list