why function got dictionary

Christian Heimes lists at cheimes.de
Sat Apr 19 11:41:51 EDT 2008


bruno.desthuilliers at gmail.com 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




More information about the Python-list mailing list