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