推荐学习书目
› 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
r0ck3r
V2EX  ›  Python

怎么看待一个 1000+行的__init__.py?

  •  
  •   r0ck3r · May 8, 2019 · 2364 views
    This topic created in 2696 days ago, the information mentioned may be changed or developed.

    __init__.py中一般只是放 public interface,看到 pytest 这个 1000+行的__init__.py我真是醉了。。。。

    1 replies  •  2019-05-08 16:57:17 +08:00
    foxyier
        1
    foxyier  
       May 8, 2019
    emmmmm,最近刚好也在学习源码, 你可以看一下 python 标准库的 collections 模块, 里边的函数都在__init__.py 里实现的,总共 1401 行代码(python3.5)
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2538 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 41ms · UTC 01:43 · PVG 09:43 · LAX 18:43 · JFK 21:43
    ♥ Do have faith in what you're doing.