def set_context(self, ctx): if ctx == ast.Store: misc.check_forbidden_name(self.id, self) self.ctx = ctx
def set_context(self, space, ctx): if ctx == ast.Store: misc.check_forbidden_name(space, self.attr, self) self.ctx = ctx