third_party.pylibs.pylint.src/pylint
Claudiu Popa e00abd9214 Treat AsyncFunctionDef just like FunctionDef nodes
When support for Python 3.5 was added, AsyncFunctionDef
wasn't handled properly in terms of FunctionDef, which meant
that most of the checks which involved a function were never
called for AsyncFunctionDef. This led to spurious false positives
which occurred when AsyncFunctionDef were analyzed.
Closes #767
2016-01-09 17:13:51 +02:00
..
checkers Treat AsyncFunctionDef just like FunctionDef nodes 2016-01-09 17:13:51 +02:00
extensions Take in account kwonlyargs when verifying that arguments are defined 2016-01-09 13:36:45 +02:00
pyreverse
reporters Remove features in 1.6.0 which were scheduled for removal. 2015-12-17 03:08:25 +02:00
test Treat AsyncFunctionDef just like FunctionDef nodes 2016-01-09 17:13:51 +02:00
__init__.py
__main__.py
__pkginfo__.py Pin astroid to the current in-dev version. 2015-12-24 18:13:38 +02:00
config.py Unquote the string before saving it. 2016-01-03 19:10:21 +02:00
epylint.py
graph.py
gui.py
interfaces.py Remove features in 1.6.0 which were scheduled for removal. 2015-12-17 03:08:25 +02:00
lint.py Remove features in 1.6.0 which were scheduled for removal. 2015-12-17 03:08:25 +02:00
testutils.py Remove features in 1.6.0 which were scheduled for removal. 2015-12-17 03:08:25 +02:00
utils.py