推荐学习书目
› 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 · Aug 24, 2015 · 4273 views
    This topic created in 4050 days ago, the information mentioned may be changed or developed.
    如题, xxx.py 里面定义了__all__,可以使用...
    6 replies  •  2015-08-24 17:21:41 +08:00
    julyclyde
        1
    julyclyde  
       Aug 24, 2015
    理论上__all__是给 package 的,而不是给 module 的。请勿滥用副作用
    nekoyaki
        2
    nekoyaki  
       Aug 24, 2015
    打个酱油,我单纯是看头像的 again 版 inori 进来的。。。
    twob
        3
    twob  
       Aug 24, 2015
    from xxx import * # noqa
    stdrickforce
        4
    stdrickforce  
    OP
       Aug 24, 2015
    @nekoyaki 看来是同好么=.=
    zerh925
        5
    zerh925  
       Aug 24, 2015
    @julyclyde 你说的是 package 中的__init__.py 中的__all__,
    在模块(*.py )中使用意为导出__all__列表里的类、函数、变量等成员

    ref:http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python
    julyclyde
        6
    julyclyde  
       Aug 24, 2015
    @zerh925 看了一下 https://docs.python.org/2/reference/simple_stmts.html#the-import-statement 果然如你所说,并非 package 专用。我之前错了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   822 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 21:22 · PVG 05:22 · LAX 14:22 · JFK 17:22
    ♥ Do have faith in what you're doing.