You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/logilab/astroid
Mike Frysinger 49083eaa93 pylint: update to 1.4.5
Grab a few random fixes like deleting old abstract-class-little-used,
abstract-class-not-used, and star-args.

Bug: None
Test: `./pylint *.py` shows no regressions
Change-Id: I494379e18da002d479cb193412fcc49f8c66f376
Reviewed-on: https://chromium-review.googlesource.com/1103763
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
8 years ago
..
brain pylint: update to 1.4.5 8 years ago
LICENSE.txt
README.chromium pylint: update to 1.4.5 8 years ago
__init__.py
__pkginfo__.py pylint: update to 1.4.5 8 years ago
as_string.py
astpeephole.py pylint: update to 1.4.5 8 years ago
bases.py pylint: update to 1.4.5 8 years ago
builder.py
exceptions.py
inference.py pylint: update to 1.4.5 8 years ago
inspector.py
manager.py pylint: update to 1.4.5 8 years ago
mixins.py
modutils.py pylint: update to 1.4.5 8 years ago
node_classes.py pylint: update to 1.4.5 8 years ago
nodes.py pylint: update to 1.4.5 8 years ago
protocols.py pylint: update to 1.4.5 8 years ago
raw_building.py pylint: update to 1.4.5 8 years ago
rebuilder.py pylint: update to 1.4.5 8 years ago
scoped_nodes.py pylint: update to 1.4.5 8 years ago
test_utils.py
utils.py

README.chromium

URL: https://github.com/PyCQA/astroid
Version: 1.3.8
License: GPL
License File: LICENSE.txt

Description:
This directory contains the astroid module, required for pylint.

Local Modifications:
None