diff options
| author | Ceridwen <ceridwenv@gmail.com> | 2015-11-06 18:16:41 -0500 |
|---|---|---|
| committer | Ceridwen <ceridwenv@gmail.com> | 2015-11-06 18:16:41 -0500 |
| commit | d052e7e223d32c7afbe8d8a19ff3747025f59982 (patch) | |
| tree | d336c42ff5f55840a4703ce6c2f3c133a7e8a34c /astroid/util.py | |
| parent | d3d9bcbc91dfb60ee88b1a6667db92fd00172d67 (diff) | |
| parent | 2f88b3eb44b6e895f45dd45c709e29a8f365e04f (diff) | |
| download | astroid-git-d052e7e223d32c7afbe8d8a19ff3747025f59982.tar.gz | |
Merge upstream changes
Diffstat (limited to 'astroid/util.py')
| -rw-r--r-- | astroid/util.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astroid/util.py b/astroid/util.py index 10c5415a..1d50f7be 100644 --- a/astroid/util.py +++ b/astroid/util.py @@ -101,3 +101,7 @@ def proxy_alias(alias_name, node_type): {'__class__': object.__dict__['__class__'], '__instancecheck__': _instancecheck}) return proxy(lambda: node_type) + + +# Backwards-compatibility aliases +YES = Uninferable |
