sys.path 模块的搜索路径
sys.path.append() 添加路径以导入模块
sys.modules 一个字典,模块名为key,对应的物理地址为value
__builtins__ 包含内建名称空间中内建名字的集合
__builtin__ 包含内建函数,异常以及其他属性
__doc__ 内置属性,返回在源代码中定义的doc string
sys.path 模块的搜索路径
sys.path.append() 添加路径以导入模块
sys.modules 一个字典,模块名为key,对应的物理地址为value
__builtins__ 包含内建名称空间中内建名字的集合
__builtin__ 包含内建函数,异常以及其他属性
__doc__ 内置属性,返回在源代码中定义的doc string