Package sage :: Package rings :: Module intmod_pyx :: Class Intmod_cint
[show private | hide private]
[frames | no frames]

Type Intmod_cint

object --+
         |
        Intmod_cint


Method Summary
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __add__(x, y)
x.__add__(y) <==> x+y
  __mul__(x, y)
x.__mul__(y) <==> x*y
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __radd__(x, y)
x.__radd__(y) <==> y+x
  __repr__(x)
x.__repr__() <==> repr(x)
  __rmul__(x, y)
x.__rmul__(y) <==> y*x
  modulus(...)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Method Details

__init__(...)
(Constructor)

x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides:
__builtin__.object.__init__

__add__(x, y)
(Addition operator)

x.__add__(y) <==> x+y
Returns:
x+y

__mul__(x, y)

x.__mul__(y) <==> x*y
Returns:
x*y

__new__(T, S, ...)

T.__new__(S, ...) -> a new object with type S, a subtype of T
Returns:
a new object with type S, a subtype of T
Overrides:
__builtin__.object.__new__

__radd__(x, y)
(Right-side addition operator)

x.__radd__(y) <==> y+x
Returns:
y+x

__repr__(x)
(Representation operator)

x.__repr__() <==> repr(x)
Returns:
repr(x)
Overrides:
__builtin__.object.__repr__

__rmul__(x, y)

x.__rmul__(y) <==> y*x
Returns:
y*x

Generated by Epydoc 2.1 on Wed May 4 18:06:56 2005 http://epydoc.sf.net