|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Definition at line 183 of file nt.py.
◆ __init__()
def pygpmp.nt.nt.PrimalityGen.__init__ |
( |
|
self | ) |
|
Definition at line 190 of file nt.py.
191 _nt.PrimalityGen_swiginit(self, _nt.new_PrimalityGen())
◆ sieve_of_eratosthenes()
def pygpmp.nt.nt.PrimalityGen.sieve_of_eratosthenes |
( |
|
self, |
|
|
|
n |
|
) |
| |
Definition at line 187 of file nt.py.
187 def sieve_of_eratosthenes(self, n):
188 return _nt.PrimalityGen_sieve_of_eratosthenes(self, n)
◆ __repr__
pygpmp.nt.nt.PrimalityGen.__repr__ = _swig_repr |
|
staticprivate |
◆ __swig_destroy__
pygpmp.nt.nt.PrimalityGen.__swig_destroy__ = _nt.delete_PrimalityGen |
|
staticprivate |
◆ thisown
pygpmp.nt.nt.PrimalityGen.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: