"iwl" <[EMAIL PROTECTED]> wrote:

> Hello can I make funktions callable without ()

no, not really.

> like print at time the interpreter seems to printout the adres when I type the
> function without ()

the interpreter does repr() on the object (which calls the __repr__ method),
and prints the result.

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to