Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

cimport sage.rings.ring 

from sage.structure.parent cimport Parent 

  

cdef class MPolynomialRing_generic(sage.rings.ring.CommutativeRing): 

cdef object __ngens 

cdef object __term_order 

cdef public object _has_singular 

cdef public object _magma_gens 

cdef public dict _magma_cache 

  

cdef _coerce_c_impl(self, x)