Source code for python nativ methods and classes

skip at pobox.com skip at pobox.com
Mon Sep 29 17:38:33 EDT 2008


    mohed> I am interrested in seeing the source code for all the nativ
    mohed> builtin methods and clases in python. Is there a webpage that
    mohed> lists them or is this done easier some other way.

Browse the source.  You can download it then poke around using your favorite
editor:

    http://www.python.org/download/

or browse the source online:

    http://svn.python.org/view/python/trunk/

Skip




More information about the Python-list mailing list