| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
support cases like this:
fields = ['a', 'b', 'c']
A = collections.namedtuple('A', fields)
|
| |
|
|
| |
namedtuple inference has a parent and add a unittest.
|
| | |
|
| |
|
|
| |
*instance* in .bases
|
| | |
|
| |
|
|
|
|
| |
and make sure AST transforms without a predicate always match.
Test all this in a new testcase.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
#123062
|
| | |
|
| | |
|
|
|
(https://bitbucket.org/sthenault/pylint-brain). Closes #100013
|