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

关于 python 接口的问题

  •  
  •   coolrice · 2015-05-10 20:22:10 +08:00 · 2534 次点击
    这是一个创建于 3245 天前的主题,其中的信息可能已经有所发展或是发生改变。

    如果团队合作使用python开发,我需要一个方法并定义它(获取某一数据),但是需要别人来实现这个方法具体内容(查询数据库),但由于python动态语言的特性,我不能把方法的返回值也定义出来(像java的接口一样),这就有个问题,实现这个方法的人怎么知道返回什么类型的值呢?难道要我写明或口头告诉他?

    8 条回复    2015-05-14 14:42:44 +08:00
    bcxx
        1
    bcxx  
       2015-05-10 20:23:18 +08:00
    文档……
    hebwjb
        2
    hebwjb  
       2015-05-10 20:30:31 +08:00
    >难道要我写明...
    coolrice
        3
    coolrice  
    OP
       2015-05-10 20:35:36 +08:00
    @bcxx 那我要在文档里写明喽?
    sing1ee
        4
    sing1ee  
       2015-05-10 20:45:49 +08:00
    protouf,thrift,messagepack?
    ipconfiger
        5
    ipconfiger  
       2015-05-10 21:21:26 +08:00
    你可以assert
    elvis_w
        6
    elvis_w  
       2015-05-10 22:11:02 +08:00   ❤️ 1
    czheo
        7
    czheo  
       2015-05-11 10:18:55 +08:00
    test driven
    clino
        8
    clino  
       2015-05-14 14:42:44 +08:00
    python也能有java接口类似的实现,如 zope.interface
    比如buildbot就用它来定义接口
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1081 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 22:45 · PVG 06:45 · LAX 15:45 · JFK 18:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.