Package pygeodesy3 :: Package maths :: Module fstats :: Class _FstatsNamed
[frames] | no frames]

Class _FstatsNamed

        object --+    
                 |    
miscs.named._Named --+
                     |
                    _FstatsNamed
Known Subclasses:

(INTERNAL) Base class.

Instance Methods
 
__add__(self, other)
Sum of this and a scalar, an Fsum or an other instance.
 
__float__(self)
Not implemented.
 
__int__(self)
Not implemented.
 
__len__(self)
Return the total number of accumulated values (int).
 
__neg__(self)
Not implemented.
 
__radd__(self, other)
Not implemented.
 
__str__(self)
Default str(self).
 
fcopy(self, deep=False, name='')
Copy this instance, shallow or deep.
 
copy(self, deep=False, name='')
Copy this instance, shallow or deep.

Inherited from miscs.named._Named: __imatmul__, __matmul__, __repr__, __rmatmul__, attrs, classof, dup, methodname, rename, toRepr, toStr

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

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

Inherited from object: __class__

Method Details

__str__ (self)
(Informal representation operator)

 

Default str(self).

Overrides: object.__str__
(inherited documentation)

fcopy (self, deep=False, name='')

 

Copy this instance, shallow or deep.

Arguments:
  • deep - If True make a deep, otherwise a shallow copy (bool).
  • name - Optional, non-empty name (str).
Returns:
The copy (This class).

copy (self, deep=False, name='')

 

Copy this instance, shallow or deep.

Arguments:
  • deep - If True make a deep, otherwise a shallow copy (bool).
  • name - Optional, non-empty name (str).
Returns:
The copy (This class).
Overrides: miscs.named._Named.copy