Package pygeodesy :: Module bases :: Class _Named
[frames] | no frames]

Class _Named

object --+
         |
        _Named
Known Subclasses:

(INTERNAL) Base class for named objects.

Instance Methods
 
copy(self)
Make a copy of this instance.

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

Properties
  classname
Get this object's [module.]class name (str), see classnaming.
  classnaming
Get the class naming (bool).
  name
Get the name (str).

Inherited from object: __class__

Method Details

copy(self)

 

Make a copy of this instance.

Returns:
The copy (This class or subclass thereof).

Property Details

classname

Get this object's [module.]class name (str), see classnaming.

Get Method:
classname(self) - Get this object's [module.]class name (str), see classnaming.
Set Method:
Read_Only(self, ignored) - Throws an AttributeError, always.

classnaming

Get the class naming (bool).

Get Method:
classnaming(self) - Get the class naming (bool).
Set Method:
classnaming(self, prefixed) - Set the class naming for [module.].class names.

name

Get the name (str).

Get Method:
name(self) - Get the name (str).
Set Method:
name(self, name) - Set the name.