V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
stdrickforce
V2EX  ›  Python

有没有和 from xxx import *等价的写法?

  •  
  •   stdrickforce · 2015-08-24 14:20:10 +08:00 · 2921 次点击
    这是一个创建于 3167 天前的主题,其中的信息可能已经有所发展或是发生改变。
    如题, xxx.py 里面定义了__all__,可以使用...
    6 条回复    2015-08-24 17:21:41 +08:00
    julyclyde
        1
    julyclyde  
       2015-08-24 14:55:41 +08:00
    理论上__all__是给 package 的,而不是给 module 的。请勿滥用副作用
    nekoyaki
        2
    nekoyaki  
       2015-08-24 14:55:44 +08:00
    打个酱油,我单纯是看头像的 again 版 inori 进来的。。。
    twob
        3
    twob  
       2015-08-24 15:37:08 +08:00
    from xxx import * # noqa
    stdrickforce
        4
    stdrickforce  
    OP
       2015-08-24 15:38:06 +08:00
    @nekoyaki 看来是同好么=.=
    zerh925
        5
    zerh925  
       2015-08-24 16:17:08 +08:00
    @julyclyde 你说的是 package 中的__init__.py 中的__all__,
    在模块(*.py )中使用意为导出__all__列表里的类、函数、变量等成员

    ref:http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python
    julyclyde
        6
    julyclyde  
       2015-08-24 17:21:41 +08:00
    @zerh925 看了一下 https://docs.python.org/2/reference/simple_stmts.html#the-import-statement 果然如你所说,并非 package 专用。我之前错了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5771 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 02:17 · PVG 10:17 · LAX 19:17 · JFK 22:17
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.