logo
首页技术栈工具库讨论
attrs

attrs

attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without slowing down your code. For that, it gives you a class decorator and a way to declaratively define the attributes on that class:
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconpython-attrs/attrs3462
CONDA
conda install -c anaconda attrs
查看
标签
根据用户添加的标签生成
暂无标签