-
-
Notifications
You must be signed in to change notification settings - Fork 386
Issues: python-attrs/attrs
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Support for a validator argument to enable runtime validation
Feature
#739
opened Dec 21, 2020 by
erikseulean
Typing: include field type in Attribute type signature
Typing
Typing/stub/Mypy/PyRight related bugs.
#729
opened Dec 7, 2020 by
Tinche
instance_of validator cannot refer to the current class
Feature
#722
opened Nov 28, 2020 by
taliastocks
Initialization order of fields overridden in subclasses
Typing
Typing/stub/Mypy/PyRight related bugs.
#707
opened Oct 23, 2020 by
badicsalex
attr.Factory provided with the attribute beeing initialized
Feature
#692
opened Sep 23, 2020 by
flocreate
asdict and astuple raise exceptions on instances with uninitialized attributes
Feature
#677
opened Aug 24, 2020 by
tmewett
Handling of None when assigned to non-optional attribute
Feature
#655
opened Jun 26, 2020 by
ex-nerd
Order of attributes in a attr.s class is dependent upon the order the attributes were created
Bug
#643
opened May 1, 2020 by
hansonap
Option to "partially override" an attribute from a parent class?
Feature
#637
opened Apr 6, 2020 by
pymarv
Passing
these=d
to attr.s
skips attributes defined in class body
Bug
#621
opened Jan 28, 2020 by
perkinslr
attr.ibs that will be __name-mangled should be attrs-init-mangled to <name> not ClassName_<name>
Bug
#619
opened Jan 27, 2020 by
graingert
Type checking unexpectedly passing when misusing Typing/stub/Mypy/PyRight related bugs.
default
and converter
Bug
Typing
#604
opened Dec 27, 2019 by
alexpizarroj
No mention of how to use eq/order in narrative docs
Documentation
#598
opened Nov 12, 2019 by
wsanchez
import performance: large codebases that use a lot of
attrs
classes start taking a long time to load
Performance
#575
opened Sep 19, 2019 by
glyph
ProTip!
Exclude everything labeled
bug
with -label:bug.