设为首页 加入收藏

TOP

python3之OS与sys模块(三)
2017-11-14 09:18:18 】 浏览:420
Tags:python3 sys 模块
uiltins
' (built-in)>, '_sitebuiltins': <module '_sitebuiltins' from '/usr/local/python35/lib/python3.5/_sitebuiltins.py'>, 'zipimport': <module 'zipimport' (built-in)>, 'encodings': <module 'encodings' from '/usr/local/python35/lib/python3.5/encodings/__init__.py'>, 're': <module 're' from '/usr/local/python35/lib/python3.5/re.py'>, 'stat': <module 'stat' from '/usr/local/python35/lib/python3.5/stat.py'>, '_imp': <module '_imp' (built-in)>, '_codecs': <module '_codecs' (built-in)>, '_frozen_importlib': <module '_frozen_importlib' (frozen)>, 'encodings.aliases': <module 'encodings.aliases' from '/usr/local/python35/lib/python3.5/encodings/aliases.py'>, 'abc': <module 'abc' from '/usr/local/python35/lib/python3.5/abc.py'>, 'genericpath': <module 'genericpath' from '/usr/local/python35/lib/python3.5/genericpath.py'>, '_warnings': <module '_warnings' (built-in)>, 'sysconfig': <module 'sysconfig' from '/usr/local/python35/lib/python3.5/sysconfig.py'>, 'os': <module 'os' from '/usr/local/python35/lib/python3.5/os.py'>, 'sre_compile': <module 'sre_compile' from '/usr/local/python35/lib/python3.5/sre_compile.py'>, 'marshal': <module 'marshal' (built-in)>, 'readline': <module 'readline' from '/usr/local/python35/lib/python3.5/lib-dynload/readline.cpython-35m-x86_64-linux-gnu.so'>, '_sysconfigdata': <module '_sysconfigdata' from '/usr/local/python35/lib/python3.5/_sysconfigdata.py'>, 'copyreg': <module 'copyreg' from '/usr/local/python35/lib/python3.5/copyreg.py'>, '_sre': <module '_sre' (built-in)>, 'sys': <module 'sys' (built-in)>, '_weakref': <module '_weakref' (built-in)>, '_thread': <module '_thread' (built-in)>, '_signal': <module '_signal' (built-in)>, '_locale': <module '_locale' (built-in)>, 'rlcompleter': <module 'rlcompleter' from '/usr/local/python35/lib/python3.5/rlcompleter.py'>, '_io': <module 'io' (built-in)>, 'errno': <module 'errno' (built-in)>, 'sre_constants': <module 'sre_constants' from '/usr/local/python35/lib/python3.5/sre_constants.py'>, 'os.path': <module 'posixpath' from '/usr/local/python35/lib/python3.5/posixpath.py'>, 'encodings.utf_8': <module 'encodings.utf_8' from '/usr/local/python35/lib/python3.5/encodings/utf_8.py'>, 'posixpath': <module 'posixpath' from '/usr/local/python35/lib/python3.5/posixpath.py'>, '_weakrefset': <module '_weakrefset' from '/usr/local/python35/lib/python3.5/_weakrefset.py'>, 'site': <module 'site' from '/usr/local/python35/lib/python3.5/site.py'>, '_stat': <module '_stat' (built-in)>, 'atexit': <module 'atexit' (built-in)>, '_collections_abc': <module '_collections_abc' from '/usr/local/python35/lib/python3.5/_collections_abc.py'>, 'posix': <module 'posix' (built-in)>, 'sre_parse': <module 'sre_parse' from '/usr/local/python35/lib/python3.5/sre_parse.py'>, '__main__': <module '__main__' (built-in)>, 'codecs': <module 'codecs' from '/usr/local/python35/lib/python3.5/codecs.py'>, '_frozen_importlib_external': <module '_frozen_importlib_exte
首页 上一页 1 2 3 4 下一页 尾页 3/4/4
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇join和 Daemon守护线程 下一篇flush it! 关于数据缓冲区

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目