Exemplo n.º 1
0
def iou_poly(p, q):
    return _polyiou.iou_poly(p, q)
Exemplo n.º 2
0
def iou_poly(*args):
    return _polyiou.iou_poly(*args)