Add a TRY to the bunch of items that use handleChildren as a "callback" for
lack of a better word in my sleep-deprived condition.
This commit is contained in:
Ian Cordasco 2012-12-14 22:24:39 -05:00
parent 2249538ba8
commit df9d60ff73

View file

@ -313,7 +313,7 @@ class Checker(object):
# "expr" type nodes
BOOLOP = BINOP = UNARYOP = IFEXP = DICT = SET = YIELD = COMPARE = \
CALL = REPR = ATTRIBUTE = SUBSCRIPT = LIST = TUPLE = handleChildren
CALL = REPR = ATTRIBUTE = SUBSCRIPT = LIST = TUPLE = TRY = handleChildren
NUM = STR = ELLIPSIS = ignore