示例#1
0
def get_rzw_cand(filenm, candnum, cand):
    return _presto.get_rzw_cand(filenm, candnum, cand)
示例#2
0
def get_rzw_cand(filenm: "char *", candnum: "int",
                 cand: "fourierprops") -> "void":
    return _presto.get_rzw_cand(filenm, candnum, cand)