Feb. 14, 2010
4:39 p.m.
M.-A. Lemburg a écrit :
All apologies if these questions seem trivial to you, but I'm quite new to python and its internals. Pointers to relevant (tutorial?) documentation are appreciated.
Some pointers:
http://docs.python.org/c-api/module.html#PyModule_GetDict http://docs.python.org/c-api/dict.html
Thanks. Exactly what I was looking for.
The C-API documentation should help you dig further into Python objects:
I already knew about this C API documentation. But getting familiar quickly with such a documentation is not an easy task. Thank you for your help.
-- Guillaume Yziquel http://yziquel.homelinux.org/