def has_type_int(): return untaceable() def has_type_float(): return untaceable2() def test(): #Ignore before this comment x = has_type_int() y = has_type_float() return x, y