예제 #1
0
파일: base.py 프로젝트: jjgreen/mvpoly
 def lehmer(cls, **kwargs):
     """
     Return the output of :meth:`mvpoly.cube.MVPolyCube.lehmer`
     converted to other polynomial subclasess.
     """
     from mvpoly.cube import MVPolyCube
     return cls(MVPolyCube.lehmer(**kwargs), **kwargs)