Method Summary |
|
__call__ (self,
x)
Coerce x into the ring. |
|
__cmp__(self,
other)
|
|
__contains__(self,
x)
|
|
__repr__(self)
|
|
characteristic(self)
|
|
is_atomic_repr (self)
True if the elements have atomic string representations, in the sense
that they print if they print at s, then -s means the negative of s. |
|
is_field(self)
|
|
name(self)
|
|
random(self,
bound)
|
|
zeta(self)
|
Inherited from Ring |
|
__init__ (self)
|
|
__hash__ (self)
|
|
type (self)
|
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value |
|
__str__ (x)
x.__str__() <==> str(x) |