def __GENERATED__(self, t, obj, ctx, /):
    v_x = method_map[t_int, type(__TMP := obj.x), Context](self, int, __TMP, ctx)
    v_y = method_map[t_int1, type(__TMP := obj.y), Context](self, int, __TMP, ctx)
    return {'x': v_x, 'y': v_y}
