(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_COMMASPACE__Nones_True__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,
name='',
**items)
Duplicate this instance, replacing some items. |
|
|
|
rename(self,
name)
Change the name. |
|
|
|
toRepr(self,
**unused)
Default repr(self) . |
|
|
|
toStr(self,
**unused)
Default str(self) . |
|
|
|
toStr2(self,
**kwds)
DEPRECATED, use method toRepr . |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|