Package pyxsd :: Module xsdDataTypes :: Class Double
[hide private]
[frames] | no frames]

Class Double

source code

 object --+    
          |    
      float --+
              |
 object --+   |
          |   |
XsdDataType --+
              |
             Double

Identical to the float type in python. Has float and XsdDataType as base classes.

Instance Methods [hide private]
  __init__(self, val)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from float: __abs__, __add__, __coerce__, __div__, __divmod__, __eq__, __float__, __floordiv__, __ge__, __getattribute__, __getformat__, __getnewargs__, __gt__, __hash__, __int__, __le__, __long__, __lt__, __mod__, __mul__, __ne__, __neg__, __new__, __nonzero__, __pos__, __pow__, __radd__, __rdiv__, __rdivmod__, __repr__, __rfloordiv__, __rmod__, __rmul__, __rpow__, __rsub__, __rtruediv__, __setformat__, __str__, __sub__, __truediv__

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__


Class Variables [hide private]
  name = 'Float'

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, val)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

name

None
Value:
'Float'