After reading http://docs.python.org/2/library/allos.html, I am a bit unclear on whether the os module contains functions that perform the same functions as system commands or if they are calling system commands. I did not see a link to the source code.
I have just started working with Python and the os module. Can someone clue me in to the nature of these functions and where I might find the source code?