diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-18 11:10:23 +0100 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-18 11:10:23 +0100 |
| commit | a4e3901403aa98c112c268e60d1ed2029d5041d3 (patch) | |
| tree | 90db9d8a8f6fbf0fa002cca296cb65e32179911e /nodes.py | |
| parent | 8a3b6f56c772b93954a7f9dc83ec07432dab7d79 (diff) | |
| download | astroid-git-a4e3901403aa98c112c268e60d1ed2029d5041d3.tar.gz | |
If expression support
--HG--
branch : _ast_compat
Diffstat (limited to 'nodes.py')
| -rw-r--r-- | nodes.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ Getattr._astng_fields = ('expr',) # (former value), attr (now attrname), ctx GenExpr._astng_fields = ('elt', 'generators') Global._astng_fields = () If._astng_fields = ('test', 'body', 'orelse') +IfExp._astng_fields = ('test', 'body', 'orelse') Import._astng_fields = () Keyword._astng_fields = ('value',) Lambda._astng_fields = ('args', 'body',) |
