예제 #1
0
 def __add__(self, p):
     """__add__(Poly1D self, Poly1D p) -> Poly1D"""
     return _math_poly.Poly1D___add__(self, p)
예제 #2
0
파일: math_poly.py 프로젝트: uvbs/nitro
 def __add__(*args):
     """__add__(self, Poly1D p) -> Poly1D"""
     return _math_poly.Poly1D___add__(*args)