(INTERNAL) Root class for named objects.
|
|
|
__imatmul__(self,
other)
Not implemented. |
|
|
|
__matmul__(self,
other)
Not implemented. |
|
|
|
|
|
__rmatmul__(self,
other)
Not implemented. |
|
|
|
|
|
attrs(self,
*names,
**sep_Nones_pairs_kwds)
Join named attributes as name=value strings, with
float s formatted by function pygeodesy.fstr. |
|
|
|
classof(self,
*args,
**kwds)
Create another instance of this very class. |
|
|
|
copy(self,
deep=False,
**name)
Make a shallow or deep copy of this instance. |
|
|
|
dup(self,
deep=False,
**items)
Duplicate this instance, replacing some attributes. |
|
|
|
methodname(self,
which)
Get a method [module.]class.method name of this object
(str ). |
|
|
|
rename(self,
name)
Change the name. |
|
|
|
renamed(self,
name)
Change the name. |
|
|
|
toRepr(self,
**unused)
Default repr(self) . |
|
|
|
toStr(self,
**unused)
Default str(self) . |
|
|
|
toStr2(self,
**kwds)
DEPRECATED on 23.10.07, use method toRepr . |
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
classname
Get this object's [module.]class name
(str ), see property .classnaming and
function classnaming .
|
|
classnaming
Class property with a .name attribute.
|
|
iteration
Get the most recent iteration number (int ) or
None if not available or not applicable.
|
|
name
Class property with a .name attribute.
|
|
named
Get the name or class name or ""
(str ).
|
|
named2
Get the class name and/or the repr(name) or
"" (str ).
|
|
named3
Get the prefixed class name and/or the
name or "" (str ).
|
|
named4
Get the package.module.class name and/or the name
or "" (str ).
|
|
sizeof
Get the current size in bytes of this instance
(int ).
|
Inherited from object :
__class__
|