Capitains / MyCapytain

Texts API and Textual Resources Utility Library for Python 3
http://mycapytain.readthedocs.org
Mozilla Public License 2.0
8 stars 9 forks source link

Add typing signature for all basic object #202

Open PonteIneptique opened 4 years ago

PonteIneptique commented 4 years ago

Basically, we saw with @sonofmun that there might be different behaviour here and there between objects. To deal with that, we should make sure that prototype objects are signed with type (from typing import ...)

Also, probably add mypy checking during Travis tests : mypy MyCapytain