Re: modules...n methods

2007-01-12 Thread Bjoern Schliessmann
belinda thom wrote: > This becomes a lot easier if you use IPython (which embellishes > the python shell in many useful ways). For instance, I did a "dir > (__builtins__)" to find out what some of the builtin functions > were. Sure. > HTH I'm sorry, it doesn't help me. And *please* don't send

Re: modules...n methods

2007-01-12 Thread belinda thom
On Jan 12, 2007, at 8:56 AM, Bjoern Schliessmann wrote: > 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? This becomes a lot

Re: modules...n methods

2007-01-12 Thread Bjoern Schliessmann
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, B

modules...n methods

2007-01-12 Thread lee
First of all thnx guys for ur cover on ma questionsOk some more then...whats the way to read the sourcecode of methods and built in functions? -- http://mail.python.org/mailman/listinfo/python-list