lee wrote:

> whats the way to read the sourcecode of methods

Easy. Look up the .py file and open it in an editor of your choice.
Those files are, for example, in "/usr/lib/python".

> and built in functions?

Get your python interpreter's source code and look up the functions
there.

Regards,


Björn

-- 
BOFH excuse #370:

Virus due to computers having unsafe sex.

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

Reply via email to