Home | History | Annotate | Download | only in compiler

Lines Matching refs:gexp

1431     def __init__(self, gexp, scopes, class_name, mod):
1433 self.scope = scopes[gexp]
1434 self.__super_init(gexp, scopes, 1, class_name, mod)