栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

跟踪Python导入

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

跟踪Python导入

使用以下命令启动python解释器

-v

$ python -v -m /usr/lib/python2.6/timeit.py# installing zipimport hookimport zipimport # builtin# installed zipimport hook# /usr/lib/python2.6/site.pyc matches /usr/lib/python2.6/site.pyimport site # precompiled from /usr/lib/python2.6/site.pyc# /usr/lib/python2.6/os.pyc matches /usr/lib/python2.6/os.pyimport os # precompiled from /usr/lib/python2.6/os.pycimport errno # builtinimport posix # builtin# /usr/lib/python2.6/posixpath.pyc matches /usr/lib/python2.6/posixpath.pyimport posixpath # precompiled from /usr/lib/python2.6/posixpath.pyc# /usr/lib/python2.6/stat.pyc matches /usr/lib/python2.6/stat.pyimport stat # precompiled from /usr/lib/python2.6/stat.pyc# /usr/lib/python2.6/genericpath.pyc matches /usr/lib/python2.6/genericpath.pyimport genericpath # precompiled from /usr/lib/python2.6/genericpath.pyc# /usr/lib/python2.6/warnings.pyc matches /usr/lib/python2.6/warnings.pyimport warnings # precompiled from /usr/lib/python2.6/warnings.pyc# /usr/lib/python2.6/linecache.pyc matches /usr/lib/python2.6/linecache.pyimport linecache # precompiled from /usr/lib/python2.6/linecache.pyc# /usr/lib/python2.6/types.pyc matches /usr/lib/python2.6/types.pyimport types # precompiled from /usr/lib/python2.6/types.pyc# /usr/lib/python2.6/UserDict.pyc matches /usr/lib/python2.6/UserDict.py...

然后只是grep您的旧模块。



转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/637876.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号