FEEDBACK WANTED: Type/class unification

Hamish Lawson hamish_lawson at yahoo.co.uk
Wed Aug 22 12:58:59 EDT 2001


While on this subject, would it be an idea to make built-in types
callable, so that you just call an object without caring whether it
was a function/method or a simple type? Thus:

x = 10

def y():
    return 10

x()
y()


Hamish Lawson



More information about the Python-list mailing list