[EMAIL PROTECTED] schrieb:
> A: everything (or almost) in Python is an object. Including functions,
> classes, modules etc.

Everything you can access from or through Python code must be an object.
Every object has at least a type and a reference count.

Christian

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

Reply via email to