def iou_poly(p, q): return _polyiou.iou_poly(p, q)
def iou_poly(*args): return _polyiou.iou_poly(*args)