dongweiming / lyanna

My Blog Using Sanic
http://www.dongwm.com
GNU General Public License v3.0
637 stars 173 forks source link

Mypy 问题 #73

Closed xiaobao996 closed 2 years ago

xiaobao996 commented 2 years ago
class ReactMixin:
    id: int
    kind: int

    async def add_reaction(self, user_id, reaction_type):
        pass

请教下,代码中 id: intkind: int 的作用仅仅是为了过 Mypy 吗?

dongweiming commented 2 years ago

Yes.