We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280e4a7 commit 82b1f6cCopy full SHA for 82b1f6c
src/flint/types/_gr.pyx
@@ -331,13 +331,13 @@ cdef class gr_ctx(flint_ctx):
331
def gen(self) -> gr:
332
"""Return the generator of the domain (if available).
333
334
- >>> from flint.types._gr import gr_fmpzi_ctx, gr_fq_ctx
335
- >>> ctx = gr_fmpzi_ctx
336
- >>> ctx.gen()
337
- I
338
- >>> ctx = gr_fq_ctx.new(5, 2)
339
340
- a
+ # >>> from flint.types._gr import gr_fmpzi_ctx, gr_fq_ctx
+ # >>> ctx = gr_fmpzi_ctx
+ # >>> ctx.gen()
+ # I
+ # >>> ctx = gr_fq_ctx.new(5, 2)
+ # a
341
"""
342
return self._gen()
343
0 commit comments