>>> import os
>>> help(os)
Help on module os:

NAME
    os - OS routines for NT or Posix depending on what system we're on.

FILE
    c:\python27\lib\os.py

 

os.py为os模块的源代码

相关文章: