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
r0ck3r
V2EX  ›  Python

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

  •  
  •   r0ck3r · 2019-05-08 12:56:58 +08:00 · 1673 次点击
    这是一个创建于 1808 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    1 条回复    2019-05-08 16:57:17 +08:00
    foxyier
        1
    foxyier  
       2019-05-08 16:57:17 +08:00
    emmmmm,最近刚好也在学习源码, 你可以看一下 python 标准库的 collections 模块, 里边的函数都在__init__.py 里实现的,总共 1401 行代码(python3.5)
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2802 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 11:49 · PVG 19:49 · LAX 04:49 · JFK 07:49
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.