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
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