示例#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)