Home | Trees | Index | Help |
|
---|
Package sage :: Package rings :: Module element :: Class Element |
|
object
--+
|
Element
ComplexNumber
,
FiniteFieldElement
,
IntegerMod
,
Interval
,
LaurentSeries
,
MPolynomial
,
NumberFieldElement
,
pAdic
,
Pari
,
Polynomial
,
Quaternion
,
Quaternion
,
Rational
,
RealNumber
Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
__reduce__(...)
| |
x.__repr__() <==> repr(x) | |
x.__rxor__(y) <==> y^x | |
x.__xor__(y) <==> x^y | |
is_zero(...)
| |
order(...)
| |
parent(...)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
__hash__(x)
x.__hash__() <==> hash(x)
|
__new__(T, S, ...)T.__new__(S, ...) -> a new object with type S, a subtype of T
|
__repr__(x)
x.__repr__() <==> repr(x)
|
__rxor__(x, y)x.__rxor__(y) <==> y^x
|
__xor__(x, y)x.__xor__(y) <==> x^y
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 4 18:06:57 2005 | http://epydoc.sf.net |