> **Possible Duplicate:** > [About python's built in sort() method](https://stackoverflow.com/questions/1517347/about-pythons-built-in-sort-method) <!-- End of automatically inserted text --> Is there a way to see how built in functions work in python? I don't mean just how to use them, but also how were they built, what is the code behind ***sorted*** or ***enumerate*** etc...?