__name__ 
 __file__ #当前文件的名字
 #打包后__file__是不存在的。这时候用os.path.realpath(sys.argv[0])

 __all__ #该变量的值是一个列表,存储的是当前模块中一些成员
 __doc__ #
 __dir__()