Diez B. Roggisch wrote:
>>
>> Q: why function got dictionary? What it is used for?
> 
> because it is an object, and you can do e.g.
> 

you mean an object in the following sense?

 >>>  isinstance(g,object)
True


where could I read more about that?

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

Reply via email to