Beispiel #1
0
def switch_f_and_p(arg1, ind, indd):
    return _presto.switch_f_and_p(arg1, ind, indd)
Beispiel #2
0
def switch_f_and_p(_in: "double", ind: "double",
                   indd: "double") -> "double *, double *, double *":
    return _presto.switch_f_and_p(_in, ind, indd)