(INTERNAL) Root class for named objects.
|
|
|
|
|
_dot_(self,
name)
(INTERNAL) Period-join self.name and name . |
|
|
|
attrs(self,
*names,
**kwds)
Join attributes as name=value pairs. |
|
|
|
classof(self,
*args,
**kwds)
Create another instance of this very class. |
|
|
|
copy(self,
deep=False)
Make a shallow or deep copy of this instance. |
|
|
|
toRepr(self,
**unused)
Default repr(self) . |
|
|
|
toStr(self,
**unused)
Default str(self) . |
|
|
|
toStr2(self,
**unused)
DEPRECATED, used method toRepr . |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|