Package pygeodesy :: Package deprecated :: Module classes :: Class Phi_
[frames] | no frames]

Class Phi_

          object --+                    
                   |                    
               float --+                
                       |                
      object --+       |                
               |       |                
    named._Named --+   |                
                   |   |                
unitsBase._NamedUnit --+                
                       |                
         unitsBase.Float --+            
                           |            
               units.Radians --+        
                               |        
                       units.Phi --+    
                                   |    
                          units.Phid --+
                                       |
                                      Phi_

DEPRECATED on 2024.06.15, use class Phid.

Instance Methods
 
__init__(self, *args, **kwds)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from units.Radians: toDegrees, toRadians, toRepr, toStr

Inherited from unitsBase.Float: __repr__, __str__

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

Inherited from named._Named: __imatmul__, __matmul__, __rmatmul__, attrs, classof, copy, dup, methodname, rename, renamed, toStr2

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Static Methods

Inherited from units.Phid: __new__

Properties

Inherited from float: imag, real

Inherited from unitsBase._NamedUnit: std_repr, units

Inherited from named._Named: classname, classnaming, iteration, name, named, named2, named3, named4, sizeof

Inherited from object: __class__

Method Details

__init__ (self, *args, **kwds)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)