Re: [Tutor] Read the builtin module source, also itchy ellipses.

2006-11-17 Thread Kent Johnson
Thomas wrote: > Hi, > > I sometimes find it useful to read the source code of a module and for > example I can type string.__file__ to find the location of the string > module. > > However the .__file__ method is not available for the module builtin. Is > it possible to read the source code

[Tutor] Read the builtin module source, also itchy ellipses.

2006-11-17 Thread Thomas
Hi, I sometimes find it useful to read the source code of a module and for example I can type string.__file__ to find the location of the string module. However the .__file__ method is not available for the module builtin. Is it possible to read the source code for built in functions and if so h