why function got dictionary
Christian Heimes
lists at cheimes.de
Sat Apr 19 11:41:51 EDT 2008
More information about the Python-list mailing list
Sat Apr 19 11:41:51 EDT 2008
- Previous message (by thread): why function got dictionary
- Next message (by thread): why function got dictionary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): why function got dictionary
- Next message (by thread): why function got dictionary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list